From 97514e234fe3cbd56c53b61b9666878f0749e322 Mon Sep 17 00:00:00 2001 From: MappyLiam <32980237+MappyLiam@users.noreply.github.com> Date: Sat, 26 Mar 2022 21:21:23 +0900 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1701df..60dd475 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The recommended way to install Tarmac is with [Foreman](https://github.com/rojo- Add an entry to the `[tools]` section of your `foreman.toml` file: ```toml -foreman = { source = "Roblox/tarmac", version = "0.7.0" } +tarmac = { source = "Roblox/tarmac", version = "0.7.0" } ``` ### Installing from GitHub Releases