Skip to content

Commit

Permalink
Docs: Fix npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto authored Oct 18, 2023
1 parent 74bf36c commit 6595bdb
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 @@ -22,7 +22,7 @@ If you want to make significant adjustments to the build stack, you can also [do

### Choose a package manager

You can choose between different package managers: [npm], [Yarn] and the ultra-fast and disk-space saving [pnpm]. You can set your favorite package manager by running the command `pnpm setPackageManager`, `npm setPackageManager npm` or `yarn setPackageManager yarn`. The script behind it don't need any dependencies, so you can run it before the `install` command. **The default package manager is `pnpm`**
You can choose between different package managers: [npm], [Yarn] and the ultra-fast and disk-space saving [pnpm]. You can set your favorite package manager by running the command `pnpm setPackageManager`, `npm run setPackageManager npm` or `yarn setPackageManager yarn`. The script behind it don't need any dependencies, so you can run it before the `install` command. **The default package manager is `pnpm`**

## Add files to the build stack

Expand Down

0 comments on commit 6595bdb

Please sign in to comment.