From 8d3d1ab938f781fd35568699b7fce0690ad1cf52 Mon Sep 17 00:00:00 2001 From: unadlib Date: Wed, 22 May 2024 00:44:43 +0800 Subject: [PATCH] docs(readme): update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9c93c3..5f49157 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A React hook for state time travel with undo, redo, reset and archive functional ### Motivation -`use-travel` is a small and high-performance library for state time travel. It's built on [Mutative](https://github.com/mutativejs/mutative) to support mutation updating immutable data. It's designed to be simple and easy to use, and it's also customizable for different use cases. +`use-travel` is a small and high-performance library for state time travel. It's built on [Mutative](https://github.com/unadlib/mutative) to support mutation updating immutable data. It's designed to be simple and easy to use, and it's also customizable for different use cases. It's suitable for building any time travel feature in your application.