From edc7c4937c5ba3fb203e4ba680c613b185f3e28f Mon Sep 17 00:00:00 2001 From: Nick Winans Date: Mon, 11 Sep 2023 13:09:52 -0700 Subject: [PATCH] Fix foreman toml example line --- 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