From bb16f7f555773ccef716f1c36de0df9fcd8e3dc5 Mon Sep 17 00:00:00 2001 From: ad4m <94195860+ad4mx@users.noreply.github.com> Date: Tue, 19 Jul 2022 11:29:23 +0200 Subject: [PATCH] Create README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a936871..866d52d 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