diff --git a/README.md b/README.md index 6e9f4ea..9ca3a7b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The recommended way to install Tarmac is with [Aftman](https://github.com/LPGhat Add an entry to the `[tools]` section of your `aftman.toml` file: ```toml -tarmac = "vorlias/tarmac@0.7.3" +tarmac = "rojo-rbx/tarmac@0.7.3" ``` ### Installing with Foreman @@ -28,7 +28,7 @@ tarmac = "vorlias/tarmac@0.7.3" Add an entry to the `[tools]` section of your `foreman.toml` file: ```toml -tarmac = { source = "vorlias/tarmac", version = "0.7.3" } +tarmac = { source = "rojo-rbx/tarmac", version = "0.7.3" } ```