Skip to content

Commit

Permalink
Improved language used in markdown code blocks. (#6419)
Browse files Browse the repository at this point in the history
* Improved language used in code blocks.
  • Loading branch information
cherouvim authored and amyrlam committed Feb 22, 2019
1 parent b8386fe commit 7ec3647
Show file tree
Hide file tree
Showing 16 changed files with 129 additions and 129 deletions.
72 changes: 36 additions & 36 deletions CHANGELOG-0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand Down Expand Up @@ -130,13 +130,13 @@ npm install --save-dev --save-exact [email protected]

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

You may also optionally update the global command-line utility for scoped package support:

```
```sh
npm install -g [email protected]
```

Expand Down Expand Up @@ -187,13 +187,13 @@ npm install -g [email protected]

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

You may also optionally update the global command-line utility for offline Yarn cache support:

```
```sh
npm install -g [email protected]
```

Expand Down Expand Up @@ -322,13 +322,13 @@ npm install -g [email protected]

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

You may also optionally update the global command-line utility for more efficient installs (thanks [@n3tr](https://github.com/n3tr)):

```
```sh
npm install -g [email protected]
```

Expand Down Expand Up @@ -494,7 +494,7 @@ Thanks to [@Timer](https://github.com/timer) for cutting this release.

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand All @@ -519,13 +519,13 @@ Thanks to [@fson](https://github.com/fson) for cutting this release.

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

You may also optionally update the global command-line utility:

```
```sh
npm install -g [email protected]
```

Expand Down Expand Up @@ -621,13 +621,13 @@ npm install -g [email protected]

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

You may also optionally update the global command-line utility:

```
```sh
npm install -g [email protected]
```

Expand Down Expand Up @@ -662,13 +662,13 @@ npm install -g [email protected]

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

You can optionally update the global CLI too:

```
```sh
npm install -g [email protected]
```

Expand Down Expand Up @@ -751,7 +751,7 @@ npm install -g [email protected]

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand All @@ -767,7 +767,7 @@ Thanks to [@fson](https://github.com/fson) for cutting this release.

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand Down Expand Up @@ -917,13 +917,13 @@ Thanks to [@fson](https://github.com/fson) for cutting this release.

You may optionally update the global command (it’s not required, but it adds Yarn support for new projects):

```
```sh
npm install -g [email protected]
```

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand Down Expand Up @@ -969,13 +969,13 @@ Thanks to [@fson](https://github.com/fson) for cutting this release.

You may optionally update the global command (it’s not required):

```
```sh
npm install -g [email protected]
```

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand All @@ -984,7 +984,7 @@ npm install --save-dev --save-exact [email protected]
#### Updating Snapshots

Jest 16 includes [improvements to snapshot testing and changes to the snapshot format](https://facebook.github.io/jest/blog/2016/10/03/jest-16.html#snapshot-updates). If your project uses snapshot testing, you'll need to update the snapshot files. To update the snapshots, run:
```
```sh
npm test -- -u
```

Expand All @@ -1002,7 +1002,7 @@ npm test -- -u

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand All @@ -1020,7 +1020,7 @@ npm install --save-dev --save-exact [email protected]

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand All @@ -1040,7 +1040,7 @@ npm install --save-dev --save-exact [email protected]

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand Down Expand Up @@ -1077,7 +1077,7 @@ npm install --save-dev --save-exact [email protected]

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand All @@ -1095,7 +1095,7 @@ You can no longer reference any files from `./src` in `index.html`. Instead, `pu

For example, instead of:

```js
```html
<link rel="shortcut icon" href="./src/favicon.ico">
```

Expand All @@ -1120,7 +1120,7 @@ It contained no changes to the code.

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand Down Expand Up @@ -1153,13 +1153,13 @@ npm install --save-dev --save-exact [email protected]

You may optionally update the global command (it’s not required):

```
```sh
npm install -g [email protected]
```

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand All @@ -1174,7 +1174,7 @@ npm install --save-dev --save-exact [email protected]

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand All @@ -1191,7 +1191,7 @@ npm install --save-dev --save-exact [email protected]

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand All @@ -1215,7 +1215,7 @@ If you referenced some other files from `index.html`, please file an issue to di

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand All @@ -1239,13 +1239,13 @@ npm install --save-dev --save-exact [email protected]

You may optionally update the global command (it’s not required):

```
```sh
npm install -g [email protected]
```

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand Down Expand Up @@ -1357,13 +1357,13 @@ Newly created projects will use `0.2.1` automatically. You **don’t** need to u

You may optionally update the global command (it’s not required):

```
```sh
npm install -g [email protected]
```

Inside any created project that has not been ejected, run:

```
```sh
npm install --save-dev --save-exact [email protected]
```

Expand Down
Loading

0 comments on commit 7ec3647

Please sign in to comment.