From 0cf97a638a0992162d026bede087d347c0ff2fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaeuk=20Lim=28=EC=9E=84=EC=9E=AC=EC=9A=B1=29?= Date: Sun, 3 Aug 2025 22:54:59 +0900 Subject: [PATCH 1/2] docs: update documentation link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e2ebd2..9a8e202 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # tanstack-query-optimistic-updates · [![LICENSE](https://img.shields.io/badge/license-MIT-blue)](./LICENSE) [![version](https://img.shields.io/npm/v/tanstack-query-optimistic-updates?color=blue&logo=npm)](https://www.npmjs.com/package/tanstack-query-optimistic-updates) -English - A simple way to apply optimistic updates with TanStack Query. +## Visit [tanstack-query-optimistic-updates](https://mugglim.github.io/tanstack-query-optimistic-updates) for docs and guide! + ## Features - **✨ Seamless**: Complete compatibility layer to seamlessly replace useMutation From d9fa3c544ee90f64c69a16a88687e915f9aef127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaeuk=20Lim=28=EC=9E=84=EC=9E=AC=EC=9A=B1=29?= Date: Sun, 3 Aug 2025 22:56:57 +0900 Subject: [PATCH 2/2] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a8e202..3a52cec 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple way to apply optimistic updates with TanStack Query. -## Visit [tanstack-query-optimistic-updates](https://mugglim.github.io/tanstack-query-optimistic-updates) for docs and guide! +## Visit [tanstack-query-optimistic-updates](https://mugglim.github.io/tanstack-query-optimistic-updates) for docs and guides! ## Features