Skip to content

Commit

Permalink
Merge pull request #106 from yann120/patch-1
Browse files Browse the repository at this point in the history
Fix README.md error with missing -- for npm run command
  • Loading branch information
mllemango authored Oct 12, 2023
2 parents febb3e4 + 8615458 commit 12ce306
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 @@ -159,7 +159,7 @@ yarn build --api-key=REPLACE_ME
Using npm:

```shell
npm run build --api-key=REPLACE_ME
npm run build -- --api-key=REPLACE_ME
```

Using pnpm:
Expand Down

0 comments on commit 12ce306

Please sign in to comment.