diff options
| author | Marco Costa | 2018-08-31 00:00:14 -0400 | 
|---|---|---|
| committer | GitHub | 2018-08-31 00:00:14 -0400 | 
| commit | 2275967351c0daf67cb20e307a30cda4a96fbc57 (patch) | |
| tree | 9e9b8ec023021faa32513fe47d20c6bd6874ff90 | |
| parent | d77553e59a11dd1d87ab80222fc165c9776fa07c (diff) | |
| download | vimium-2275967351c0daf67cb20e307a30cda4a96fbc57.tar.bz2 | |
Update CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b85ebea..c92b925c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ Please include the following when reporting an issue:  Vimium is written in Coffeescript, which compiles to Javascript. To  install Vimium from source: - 1. Install [Coffeescript 1.X](http://coffeescript.org/#installation) (`npm install --global coffeescript@~1`). + 1. Install [Coffeescript v1](http://coffeescript.org/#installation) (`npm install --global coffeescript@~1`).   1. Run `cake build` from within your vimium directory. Any coffeescript files you change will now be automatically compiled to Javascript.   1. Navigate to `chrome://extensions`   1. Toggle into Developer Mode | 
