Fix wierd sentence. (#33901)

* Update index.md

* Fix more wierd sentences
This commit is contained in:
Pim Kennedy
2019-04-13 11:12:23 +02:00
committed by The Coding Aviator
parent 18f47a1d61
commit fb7aaeb964

View File

@ -68,7 +68,7 @@ Now we have `package.json` file, we can install Express by running the command:
npm install --save express npm install --save express
``` ```
We can confirm that Express has correctly installed in two ways. First, there will be a new section in `package.json` file named `dependencies` under which our Express exists: We can confirm that Express has been correctly installed in two ways. First, there will be a new section in `package.json` file named `dependencies` under which our Express exists:
```json ```json
{ {