Skip to content

Commit ee37ca1

Browse files
authored
Fix bootstrap css links
1 parent cf050a8 commit ee37ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/08-bootstrap-jss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For this reason, I'm going to make the tradeoff of integrating the official rele
2323

2424
- Run `yarn add bootstrap@4.0.0-alpha.6`
2525

26-
- Copy `bootstrap.min.css` and `bootstrap.min.css.map` from `node_modules/bootstrap/dist` to your `public/css` folder.
26+
- Copy `bootstrap.min.css` and `bootstrap.min.css.map` from `node_modules/bootstrap/dist/css` to your `public/css` folder.
2727

2828
- Edit `src/server/render-app.jsx` like so:
2929

0 commit comments

Comments
 (0)