Skip to content

Commit 714a7a1

Browse files
author
tuome
authored
Update part2c.md
JSONVue -> JSONView, for consistent instructions across parts and languages.
1 parent 6dfd8b2 commit 714a7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Let's navigate to the address <http://localhost:3001/notes> in the browser. We c
5353

5454
![notes on json format in the browser at localhost:3001/notes](../../images/2/14new.png)
5555

56-
If your browser doesn't have a way to format the display of JSON-data, then install an appropriate plugin, e.g. [JSONVue](https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc) to make your life easier.
56+
If your browser doesn't have a way to format the display of JSON-data, then install an appropriate plugin, e.g. [JSONView](https://chromewebstore.google.com/detail/gmegofmjomhknnokphhckolhcffdaihd) to make your life easier.
5757

5858
Going forward, the idea will be to save the notes to the server, which in this case means saving them to the json-server. The React code fetches the notes from the server and renders them to the screen. Whenever a new note is added to the application, the React code also sends it to the server to make the new note persist in "memory".
5959

0 commit comments

Comments
 (0)