Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix readme
  • Loading branch information
Brew-Brew committed Jun 29, 2018
commit 102e0287fd7bcc8e167c65e20ba84f33d9a681a4
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ import 'bootstrap/dist/css/bootstrap.min.css';
// components takes precedence over default styles.
```

Import required Reactstrap components within ```src/App.js``` file or your custom component files:
Import required reactstrap components within ```src/App.js``` file or your custom component files:

```js
import { Button } from 'reactstrap';
Expand Down