From 4a9c81f10771d786a18929652c91428cdd1a4aa1 Mon Sep 17 00:00:00 2001 From: ad4m <94195860+ad4mx@users.noreply.github.com> Date: Tue, 19 Jul 2022 21:05:17 +0200 Subject: [PATCH] fix: Fixed link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cc06bf..3b016bf 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Other examples can be found in the [documentation](https://docs.rs/spinoff/lates ## 📖 Documentation * All relevant documentation can be found on the [Docs.rs page](https://docs.rs/spinoff/latest/spinoff/). -* If you want to see all the available `Spinner` options, check the [`Spinners`](src/utils/spinner_enum.rs) enum. +* If you want to see all the available `Spinner` options, check the [`Spinners`](src/spinner_enum.rs) enum. ## 🔨 Examples