Skip to content

Commit c945694

Browse files
authored
docs(examples): fix Solid README dev commands (#10430)
1 parent 23a4029 commit c945694

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)