Skip to content

Commit 6bd2d86

Browse files
replaced yarn with pnpm in comments and md files
1 parent 731d04e commit 6bd2d86

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/cra/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
You can add webfonts, meta tags, or analytics to this file.
4242
The build step will place the bundled scripts into the <body> tag.
4343
44-
To begin the development, run `npm start` or `yarn start`.
45-
To create a production bundle, use `npm run build` or `yarn build`.
44+
To begin the development, run `npm start` or `pnpm start`.
45+
To create a production bundle, use `npm run build` or `pnpm build`.
4646
-->
4747
</body>
4848
</html>

examples/full/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ First, run the development server:
2727
```bash
2828
npm run dev
2929
# or
30-
yarn dev
30+
pnpm dev
3131
```
3232

3333
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

examples/minimal/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ First, run the development server:
1717
```bash
1818
npm run dev
1919
# or
20-
yarn dev
20+
pnpm dev
2121
```
2222

2323
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

0 commit comments

Comments
 (0)