Skip to content

Commit a6d8c4f

Browse files
committed
docs(examples): fix Solid README dev commands
1 parent ef62f7b commit a6d8c4f

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

examples/solid/basic-graphql-request/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install`
6-
- `npm run start`
5+
- `pnpm install`
6+
- `pnpm dev`

examples/solid/basic/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install`
6-
- `npm run start`
5+
- `pnpm install`
6+
- `pnpm dev`

examples/solid/default-query-function/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install`
6-
- `npm run start`
5+
- `pnpm install`
6+
- `pnpm dev`

examples/solid/offline/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install`
6-
- `npm run start`
5+
- `pnpm install`
6+
- `pnpm dev`

examples/solid/simple/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install`
6-
- `npm run start`
5+
- `pnpm install`
6+
- `pnpm dev`

0 commit comments

Comments
 (0)