Update readme

This commit is contained in:
garronej 2022-10-22 03:31:02 +02:00
parent afcdcbd2f6
commit eabbcfa5b2
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ Besides, good stuff that comes with using this template:
<details>
<summary>Click to expand</summary>
## Can I use `npm` instead of `yarn`
## Can I use `npm` (or something else) instead of `yarn`
Yes, just remove the `yarn.lock` file and edit `.github/workflows/ci.yaml`, replace all `yarn ***` by `npm run ****`.
## What will be included in the npm bundle?