Skip to content

Commit

Permalink
Update 01-setting-up-prisma-demo-server-a001.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling authored Sep 12, 2018
1 parent 8b51a1d commit 9e718bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Next, initialize an empty NPM project in the current directory and install the r

```bash copy
npm init -y
npm install --save prisma-lib graphql
npm install --save prisma-client-lib graphql
```

## Read and write data using the Prisma client
Expand Down

0 comments on commit 9e718bc

Please sign in to comment.