From 0ca40815bc73153bad9a0df647a905b6403fa0c7 Mon Sep 17 00:00:00 2001 From: CoreyLee Hassell Date: Tue, 3 Dec 2024 08:37:16 -0500 Subject: [PATCH] Update README.md fix Signed-off-by: CoreyLee Hassell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dbe3a13..dbec869f 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ You can build auxmos like any rust project, though you're gonna need `clang` ver Use `cargo t generate_binds` to generate the `bindings.dm` file to include in your codebase, for the byond to actually use the library, or use the one on the repository here (generated with feature `katmos`). -The `master` branch is to be considered unstable; use the releases if you want to make sure it actually works. [The latest release is here](https://github.com/Putnam3145/auxmos/releases/latest). +The `master` branch is to be considered unstable; use the releases if you want to make sure it actually works. [The latest release is here](https://github.com/shiptest-ss13/auxmos/releases/latest).