From bf48b581acf40169ba7d665bb444d7da828b0ba1 Mon Sep 17 00:00:00 2001 From: Daniel Winter Date: Wed, 29 Nov 2023 12:44:09 +0100 Subject: [PATCH] Update README.md Fixed link to Spring Documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e0189b..6c3701f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ The amount of miliseconds to wait before transitioning. #### spring `Object` -react-spring's [Spring configuration](https://www.react-spring.io/docs/hooks/api) (Refer to the +react-spring's [Spring configuration](https://www.react-spring.dev/docs/advanced/config#presets) (Refer to the configs section) react-spring's spring presets are exposed as `presets`. ```javascript