Minor updates to Contributing page
parent
863ec2859f
commit
432f726460
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ # Developing
|
|||
|
||||
## Development Setup
|
||||
|
||||
Ensure that the following is installed:
|
||||
Ensure that the following are installed:
|
||||
|
||||
- [Deno](https://docs.deno.com/runtime/getting_started/installation/)
|
||||
- [Git](https://git-scm.com/downloads)
|
||||
|
@ -30,7 +30,7 @@ ## Testing
|
|||
the `tests` directory. The directory contains some basic tests, as well as a
|
||||
test involving a local, non-running instance of a Lume site.
|
||||
|
||||
It is imperative to run the tests when making changes. The `test` task is
|
||||
It is imperative to run the tests after making changes. The `test` task is
|
||||
provided as a shortcut for running the tests:
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in a new issue