From 1b9e2bc5aa10813bc91c621aef5d1f5c62495123 Mon Sep 17 00:00:00 2001 From: Sean Collins Date: Tue, 22 Sep 2015 22:03:01 -0600 Subject: Remove leading slash from path The leading slash denotes an absolute path, rather than a relative one (which is more popular) [ci skip] --- guides/source/engines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/engines.md b/guides/source/engines.md index 3b1588b75a..a3cff2a807 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -639,7 +639,7 @@ However, because you are developing the `blorgh` engine on your local machine, you will need to specify the `:path` option in your `Gemfile`: ```ruby -gem 'blorgh', path: "/path/to/blorgh" +gem 'blorgh', path: "path/to/blorgh" ``` Then run `bundle` to install the gem. -- cgit v1.2.3