Skip to content

Commit

Permalink
fix: fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNaubit committed May 20, 2024
1 parent 00d25d6 commit ccc5f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import { colorToHSLA } from "@nauverse/color-to-hsla";
const myHSLAColor = colorToHSLA("#ff0000"); // { h: 0, s: 1, l: 0.5, a: 1 }
~~~

If you want to see more examples, jump to [here](#full-examples).
If you want to see more examples, jump to [here](#guide-and-examples).

### 3. You are done! 🪄
Feel free to test and explore and if later on you need more guidance, read the whole guide and ask in the GitHub repo.
Expand Down

0 comments on commit ccc5f74

Please sign in to comment.