Skip to content

Commit 0d507ab

Browse files
committed
Merge pull request #34 from takiy33/patch-1
Use single quotes
2 parents 7d077ec + 7b52b1a commit 0d507ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Add the following to your style sheet file:
4848
If you are using SCSS, modify your `application.css.scss`
4949
```scss
5050
// import bootstrap-sprockets before bootstrap if using bootstrap >= 3.2
51-
@import "bootstrap-sprockets";
51+
@import 'bootstrap-sprockets';
5252
@import 'bootstrap';
5353
@import 'bootstrap-datetimepicker';
5454
```

0 commit comments

Comments
 (0)