Skip to content

Commit

Permalink
CONTRIBUTING.md: fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
glacambre committed Jan 9, 2022
1 parent 7f8c3c3 commit 799188b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ DOCKER_BUILDKIT=1 docker build . -t firenvim --output target

### Without Docker

Build without Docker requires NodeJS, npm, and Neovim >= 0.4.
Building without Docker requires NodeJS, npm, and Neovim >= 0.4.

Then, install Firenvim like a regular vim plugin (either by changing your runtime path manually or by [using your favourite plugin manager](README.md#installing)).
Install Firenvim like a regular vim plugin (either by changing your runtime path manually or by [using your favourite plugin manager](README.md#installing)).

Then run the following commands:
```sh
Expand Down

0 comments on commit 799188b

Please sign in to comment.