Skip to content

Commit 1733ec1

Browse files
author
Amadou Sall
committed
docs: update stories featuring bootstrap
1 parent a0f5d81 commit 1733ec1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/documentation/stories/global-lib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ First install Bootstrap from `npm`:
1212
```bash
1313
npm install jquery --save
1414
npm install popper.js --save
15-
npm install bootstrap@next --save
15+
npm install bootstrap --save
1616
```
1717

1818
Then add the needed script files to `apps[0].scripts`:

docs/documentation/stories/include-bootstrap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ With the new project created and ready you will next need to install bootstrap t
2222
Using the `--save` option the dependency will be saved in package.json
2323

2424
```sh
25-
# version 3.x
25+
# version 4.x
2626
npm install bootstrap --save
2727

28-
# version 4.x
29-
npm install bootstrap@next --save
28+
# version 3.x
29+
npm install bootstrap@3 --save
3030
```
3131

3232
### Configuring Project
@@ -78,7 +78,7 @@ cd my-app
7878
npm install bootstrap-sass --save
7979

8080
# version 4.x
81-
npm install bootstrap@next --save
81+
npm install bootstrap --save
8282
```
8383

8484
### Configuring Project

0 commit comments

Comments
 (0)