Skip to content

Commit 6c695ae

Browse files
committed
update README
1 parent 3fdd65c commit 6c695ae

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
@@ -25,7 +25,7 @@ When prompted where (i.e. to which _cluster_) you want to deploy your service, c
2525

2626
### 3. Set the Prisma service endpoint
2727

28-
From the output of the previous command, copy the `HTTP` endpoint and paste it into `src/index.js` where it's used to instantiate the `Prisma` binding. You need to replace the current placeholder `__PRISMA_ENDPOINT`:
28+
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`:
2929

3030
```js
3131
const server = new GraphQLServer({
@@ -78,4 +78,4 @@ Now that the server is running, you can run the app as well (the command needs t
7878
yarn start
7979
```
8080

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

0 commit comments

Comments
 (0)