Skip to content

Commit 7ec3647

Browse files
cherouvimamyrlam
authored andcommitted
Improved language used in markdown code blocks. (#6419)
* Improved language used in code blocks.
1 parent b8386fe commit 7ec3647

16 files changed

+129
-129
lines changed

CHANGELOG-0.x.md

+36-36
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

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

47-
```
47+
```sh
4848
npm install --save-dev --save-exact react-scripts@0.9.5
4949
```
5050

@@ -130,13 +130,13 @@ npm install --save-dev --save-exact react-scripts@0.9.5
130130

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

133-
```
133+
```sh
134134
npm install --save-dev --save-exact react-scripts@0.9.4
135135
```
136136

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

139-
```
139+
```sh
140140
npm install -g create-react-app@1.3.0
141141
```
142142

@@ -187,13 +187,13 @@ npm install -g create-react-app@1.3.0
187187

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

190-
```
190+
```sh
191191
npm install --save-dev --save-exact react-scripts@0.9.3
192192
```
193193

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

196-
```
196+
```sh
197197
npm install -g create-react-app@1.2.1
198198
```
199199

@@ -322,13 +322,13 @@ npm install -g create-react-app@1.2.1
322322

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

325-
```
325+
```sh
326326
npm install --save-dev --save-exact react-scripts@0.9.2
327327
```
328328

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

331-
```
331+
```sh
332332
npm install -g create-react-app@1.1.0
333333
```
334334

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

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

497-
```
497+
```sh
498498
npm install --save-dev --save-exact react-scripts@0.9.0
499499
```
500500

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

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

522-
```
522+
```sh
523523
npm install --save-dev --save-exact react-scripts@0.8.5
524524
```
525525

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

528-
```
528+
```sh
529529
npm install -g create-react-app@1.0.3
530530
```
531531

@@ -621,13 +621,13 @@ npm install -g create-react-app@1.0.3
621621

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

624-
```
624+
```sh
625625
npm install --save-dev --save-exact react-scripts@0.8.4
626626
```
627627

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

630-
```
630+
```sh
631631
npm install -g create-react-app@1.0.2
632632
```
633633

@@ -662,13 +662,13 @@ npm install -g create-react-app@1.0.2
662662

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

665-
```
665+
```sh
666666
npm install --save-dev --save-exact react-scripts@0.8.3
667667
```
668668

669669
You can optionally update the global CLI too:
670670

671-
```
671+
```sh
672672
npm install -g create-react-app@1.0.1
673673
```
674674

@@ -751,7 +751,7 @@ npm install -g create-react-app@1.0.1
751751

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

754-
```
754+
```sh
755755
npm install --save-dev --save-exact react-scripts@0.8.2
756756
```
757757

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

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

770-
```
770+
```sh
771771
npm install --save-dev --save-exact react-scripts@0.8.1
772772
```
773773

@@ -917,13 +917,13 @@ Thanks to [@fson](https://github.com/fson) for cutting this release.
917917
918918
You may optionally update the global command (it’s not required, but it adds Yarn support for new projects):
919919
920-
```
920+
```sh
921921
npm install -g create-react-app@1.0.0
922922
```
923923

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

926-
```
926+
```sh
927927
npm install --save-dev --save-exact react-scripts@0.8.0
928928
```
929929

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

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

972-
```
972+
```sh
973973
npm install -g create-react-app@0.6.0
974974
```
975975

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

978-
```
978+
```sh
979979
npm install --save-dev --save-exact react-scripts@0.7.0
980980
```
981981

@@ -984,7 +984,7 @@ npm install --save-dev --save-exact react-scripts@0.7.0
984984
#### Updating Snapshots
985985

986986
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:
987-
```
987+
```sh
988988
npm test -- -u
989989
```
990990

@@ -1002,7 +1002,7 @@ npm test -- -u
10021002

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

1005-
```
1005+
```sh
10061006
npm install --save-dev --save-exact react-scripts@0.6.1
10071007
```
10081008

@@ -1020,7 +1020,7 @@ npm install --save-dev --save-exact react-scripts@0.6.1
10201020

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

1023-
```
1023+
```sh
10241024
npm install --save-dev --save-exact react-scripts@0.6.0
10251025
```
10261026

@@ -1040,7 +1040,7 @@ npm install --save-dev --save-exact react-scripts@0.6.0
10401040

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

1043-
```
1043+
```sh
10441044
npm install --save-dev --save-exact react-scripts@0.5.1
10451045
```
10461046

@@ -1077,7 +1077,7 @@ npm install --save-dev --save-exact react-scripts@0.5.1
10771077

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

1080-
```
1080+
```sh
10811081
npm install --save-dev --save-exact react-scripts@0.5.0
10821082
```
10831083

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

10961096
For example, instead of:
10971097

1098-
```js
1098+
```html
10991099
<link rel="shortcut icon" href="./src/favicon.ico">
11001100
```
11011101

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

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

1123-
```
1123+
```sh
11241124
npm install --save-dev --save-exact react-scripts@0.4.3
11251125
```
11261126

@@ -1153,13 +1153,13 @@ npm install --save-dev --save-exact react-scripts@0.4.3
11531153

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

1156-
```
1156+
```sh
11571157
npm install -g create-react-app@0.4.2
11581158
```
11591159

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

1162-
```
1162+
```sh
11631163
npm install --save-dev --save-exact react-scripts@0.4.2
11641164
```
11651165

@@ -1174,7 +1174,7 @@ npm install --save-dev --save-exact react-scripts@0.4.2
11741174

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

1177-
```
1177+
```sh
11781178
npm install --save-dev --save-exact react-scripts@0.4.1
11791179
```
11801180

@@ -1191,7 +1191,7 @@ npm install --save-dev --save-exact react-scripts@0.4.1
11911191

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

1194-
```
1194+
```sh
11951195
npm install --save-dev --save-exact react-scripts@0.4.0
11961196
```
11971197

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

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

1218-
```
1218+
```sh
12191219
npm install --save-dev --save-exact react-scripts@0.3.1
12201220
```
12211221

@@ -1239,13 +1239,13 @@ npm install --save-dev --save-exact react-scripts@0.3.1
12391239

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

1242-
```
1242+
```sh
12431243
npm install -g create-react-app@0.3.0
12441244
```
12451245

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

1248-
```
1248+
```sh
12491249
npm install --save-dev --save-exact react-scripts@0.3.0
12501250
```
12511251

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

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

1360-
```
1360+
```sh
13611361
npm install -g create-react-app@0.2.0
13621362
```
13631363

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

1366-
```
1366+
```sh
13671367
npm install --save-dev --save-exact react-scripts@0.2.0
13681368
```
13691369

0 commit comments

Comments
 (0)