1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-25 05:47:45 +00:00

Fix another typo in README

This commit is contained in:
Joshua Goins 2024-05-25 23:52:54 -04:00
parent 735f18563a
commit 0509edfcfd

View file

@ -71,7 +71,7 @@ If you want to use Physis in your Rust project, you can simply add it as a depen
physis = "0.2" physis = "0.2"
``` ```
Documentation is availavble online at [docs.xiv.zone](https://docs.xiv.zone/docs/physis). It's automatically updated as new Documentation is available online at [docs.xiv.zone](https://docs.xiv.zone/docs/physis). It's automatically updated as new
commits are pushed to the main branch. commits are pushed to the main branch.
C# projects can use [PhysisSharp](https://github.com/redstrate/PhysisSharp) which exposes Physis in C#. C# projects can use [PhysisSharp](https://github.com/redstrate/PhysisSharp) which exposes Physis in C#.