From a67d8810293fc0168d1d788fd209bc047336e23b Mon Sep 17 00:00:00 2001 From: unadlib Date: Sun, 19 May 2024 13:18:25 +0800 Subject: [PATCH] docs(readme): update --- README.md | 8 ++++---- package.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ce10fcb..e9c93c3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # use-travel -![Node CI](https://github.com/unadlib/use-travel/workflows/Node%20CI/badge.svg) -[![Coverage Status](https://coveralls.io/repos/github/unadlib/use-travel/badge.svg?branch=main)](https://coveralls.io/github/unadlib/use-travel?branch=main) +![Node CI](https://github.com/mutativejs/use-travel/workflows/Node%20CI/badge.svg) +[![Coverage Status](https://coveralls.io/repos/github/mutativejs/use-travel/badge.svg?branch=main)](https://coveralls.io/github/mutativejs/use-travel?branch=main) [![npm](https://img.shields.io/npm/v/use-travel.svg)](https://www.npmjs.com/package/use-travel) ![license](https://img.shields.io/npm/l/use-travel) @@ -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/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. +`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. It's suitable for building any time travel feature in your application. @@ -127,4 +127,4 @@ const [state, setState, controls] = useTravel(initialState, { ## License -`use-travel` is [MIT licensed](https://github.com/unadlib/use-travel/blob/main/LICENSE). +`use-travel` is [MIT licensed](https://github.com/mutativejs/use-travel/blob/main/LICENSE). diff --git a/package.json b/package.json index 341ee4a..8ce7ae8 100644 --- a/package.json +++ b/package.json @@ -28,14 +28,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/unadlib/use-travel.git" + "url": "git+https://github.com/mutativejs/use-travel.git" }, "author": "unadlib", "license": "MIT", "bugs": { - "url": "https://github.com/unadlib/use-travel/issues" + "url": "https://github.com/mutativejs/use-travel/issues" }, - "homepage": "https://github.com/unadlib/use-travel#readme", + "homepage": "https://github.com/mutativejs/use-travel#readme", "keywords": [ "use-undo", "undo",