Skip to content

Commit 76e8b3e

Browse files
committedJun 12, 2023
Testapp README cleanup
1 parent e80834d commit 76e8b3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎test-app/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You will need the following things properly installed on your computer.
1616

1717
* `git clone <repository-url>` this repository
1818
* `cd test-app`
19-
* `yarn install`
19+
* `pnpm install`
2020

2121
## Running / Development
2222

@@ -35,8 +35,8 @@ Make use of the many generators for code, try `ember help generate` for more det
3535

3636
### Linting
3737

38-
* `yarn lint`
39-
* `yarn lint:fix`
38+
* `pnpm lint`
39+
* `pnpm lint:fix`
4040

4141
### Building
4242

0 commit comments

Comments
 (0)