From fade1d05f25a6c03fef39052dd31d946937544e1 Mon Sep 17 00:00:00 2001 From: Riri Date: Tue, 9 Apr 2024 10:43:16 +0800 Subject: [PATCH] chore: update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e9cca7..a159d3f 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,14 @@ Extremely light-weight react transition hooks which is simpler and easier to use ## Documentation -See [Documentation](https://transition-hooks.netlify.app/). +### See [Documentation](https://transition-hooks.netlify.app/). Awesome documentation station is under construction! ## Usage +> This is only a brief introduction to use, more usage please visit the [documentation](https://transition-hooks.netlify.app/). + ### useTransition ```tsx @@ -120,7 +122,7 @@ See the documentation(https://transition-hooks.netlify.app/) for more usage. ## Credits -All credit goes to [iamyoki](https://github.com/iamyoki) for initiating [transition-hook](https://github.com/iamyoki/transition-hook), but the project is not currently active and does not support react18. +All credit goes to [iamyoki](https://github.com/iamyoki) for initiating [transition-hook](https://github.com/iamyoki/transition-hook)(the project is not currently active and does not support react18). ## License