Skip to content

Commit 2063db1

Browse files
alextesmergify[bot]
authored andcommitted
Fix npm command line argument in README (#537)
1 parent 8fb5efe commit 2063db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ To start a project using Spago and Parcel together, here's the commands and file
729729

730730
1. Follow [Spago's "Super quick tutorial"](#super-quick-tutorial)
731731
2. Initialise a JavaScript/npm project with `npm init`
732-
3. Install Parcel as a development-time dependency `npm i parcel --save dev`
732+
3. Install Parcel as a development-time dependency `npm i parcel --save-dev`
733733
4. Add a JavaScript file which imports and calls the `main` function from the output of `src/Main.purs`.
734734
This can be placed in the root directory for your project. Traditionally this file is named `index.js`.
735735
The `main` function from `Main.purs` can accept arguments, this is useful since Parcel will replace

0 commit comments

Comments
 (0)