Fix wierd sentence. (#33901)
* Update index.md * Fix more wierd sentences
This commit is contained in:
committed by
The Coding Aviator
parent
18f47a1d61
commit
fb7aaeb964
@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user