diff --git a/README.md b/README.md index 00d094c..ae76016 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![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) -A React hook for state time travel with undo, redo, and reset functionalities. +A React hook for state time travel with undo, redo, reset and archive functionalities. ### Motivation diff --git a/package.json b/package.json index 07b74ed..f59d3c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "use-travel", "version": "0.3.0", - "description": "A React hook for state time travel with undo, redo, and reset functionalities.", + "description": "A React hook for state time travel with undo, redo, reset and archive functionalities.", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", "types": "dist/index.d.ts",