Skip to content

Commit 56604f7

Browse files
committed
readme
1 parent 2e76c30 commit 56604f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Your must complete all the following steps:
5050
- Careful adding your script tag in Step 0: the code inside `index.js` needs the DOM to be fully built before executing.
5151
- Careful if you choose to install Axios using another script tag: the order in which script tags execute is important.
5252
- If your development server stops "auto reloading", manually kill it and restart it.
53-
- Do not change the `package.json` file except to install libraries with NPM (Axios is already in the `package.json`).
53+
- Do not change the `package.json` file except to install libraries with NPM (Axios is _already_ in the `package.json`).
5454
- In your solution, it is essential that you follow best practices and produce clean and professional results.
5555
- Schedule time to review, refine, and polish your work, including spell-checking and grammar-checking.
5656
- It is better to submit a challenge that meets MVP than one that attempts too much and does not.

0 commit comments

Comments
 (0)