Skip to content

Commit 2daf239

Browse files
authored
Update README.md
1 parent e06647a commit 2daf239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When prompted where (i.e. to which _cluster_) you want to deploy your service, c
2121

2222
### 3. Set the Prisma service endpoint
2323

24-
From the output of the previous command, copy the `HTTP` endpoint and paste it into `server/src/index.js` where it's used to instantiate the `Prisma` binding. You need to replace the current placeholder `__PRISMA_ENDPOINT`:
24+
From the output of the previous command, copy the `HTTP` endpoint and paste it into `server/src/index.js` where it's used to instantiate the `Prisma` binding. You need to replace the current placeholder `__PRISMA_ENDPOINT__`:
2525

2626
```js
2727
const server = new GraphQLServer({
@@ -77,4 +77,4 @@ yarn install
7777
yarn start
7878
```
7979

80-
You can now open your browser and use the app on `http://localhost:3000`.
80+
You can now open your browser and use the app on `http://localhost:3000`.

0 commit comments

Comments
 (0)