Skip to content

Commit 507a9a5

Browse files
authored
Merge pull request #3317 from SebastianEShelby/patch-5
Update part6d.md: Clarify the implementation of server.js in exercise 6.20
2 parents 3f5c91d + 43b29df commit 507a9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/6/en/part6d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Most React applications need not only a way to temporarily store the served data
365365

366366
### Exercises 6.20.-6.22.
367367

368-
Now let's make a new version of the anecdote application that uses the React Query library. Take [this project](https://github.com/fullstack-hy2020/query-anecdotes) as your starting point. The project has a ready-installed JSON Server, the operation of which has been slightly modified. Start the server with <i>npm run server</i>.
368+
Now let's make a new version of the anecdote application that uses the React Query library. Take [this project](https://github.com/fullstack-hy2020/query-anecdotes) as your starting point. The project has a ready-installed JSON Server, the operation of which has been slightly modified (Review the _server.js_ file for more details. Make sure you're connecting to the correct _PORT_). Start the server with <i>npm run server</i>.
369369

370370
#### Exercise 6.20
371371

0 commit comments

Comments
 (0)