From 0509edfcfd6e9ad327ecc2b610d7dd09ef69b173 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 25 May 2024 23:52:54 -0400 Subject: [PATCH] Fix another typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 002baf6..4268466 100755 --- a/README.md +++ b/README.md @@ -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" ``` -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. C# projects can use [PhysisSharp](https://github.com/redstrate/PhysisSharp) which exposes Physis in C#.