Skip to content

Commit af13a70

Browse files
Merge pull request #638 from neo4j/MacondoExpress-patch-1
`pnpm` to `pnpm install` in the README.md page
2 parents 16bf6aa + 4cd71fa commit af13a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Access the Neo4j GraphQL Toolbox here: <https://graphql-toolbox.neo4j.io/>
3434
On the `root` of the project, install the dependencies.
3535

3636
```bash
37-
pnpm
37+
pnpm install
3838
```
3939

4040
Run this command to start the development server. See the output in the console & navigate to the default vite server at: <http://localhost:5173>

0 commit comments

Comments
 (0)