We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e76c30 commit 56604f7Copy full SHA for 56604f7
README.md
@@ -50,7 +50,7 @@ Your must complete all the following steps:
50
- Careful adding your script tag in Step 0: the code inside `index.js` needs the DOM to be fully built before executing.
51
- Careful if you choose to install Axios using another script tag: the order in which script tags execute is important.
52
- 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`).
+- Do not change the `package.json` file except to install libraries with NPM (Axios is _already_ in the `package.json`).
54
- In your solution, it is essential that you follow best practices and produce clean and professional results.
55
- Schedule time to review, refine, and polish your work, including spell-checking and grammar-checking.
56
- It is better to submit a challenge that meets MVP than one that attempts too much and does not.
0 commit comments