diff --git a/README.md b/README.md index aad01b8b..3d92467f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Ensure that `sprockets-rails` is at least v2.3.2. Import Bootstrap styles in `app/assets/stylesheets/application.scss`: ```scss -// Custom bootstrap variables must be set or import before bootstrap itself. +// Custom bootstrap variables must be set or imported before bootstrap itself. @import "bootstrap"; ```