Skip to content

Commit

Permalink
Clarify that node/yarn requirements only apply to development. (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Hyndman <ahyndman@dropbox.com>
  • Loading branch information
ajhyndman and Andrew Hyndman authored Apr 22, 2022
1 parent 366fd34 commit f2ce324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ TBC

## Developing

This package expects node version 16 or greater, and the `yarn` package manager. Once you have these prerequisites, install project dependencies with:
To develop this package, you will need node version 16 or greater, and the `yarn` package manager. Once you have these prerequisites, install project dependencies with:

```
yarn install
Expand Down

0 comments on commit f2ce324

Please sign in to comment.