Skip to content

Commit 78d4886

Browse files
committed
Update README & CONTRIBUTING
1 parent 8175574 commit 78d4886

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It will run linters, clear directory with previous build, create new build and r
2121

2222
```
2323
cd my-test-project
24-
npm install --save-dev ../path/to/local/bootstrap-lodaer
24+
npm install --save-dev ../path/to/local/bootstrap-loader
2525
```
2626

2727
It is a pity, but you have to re-install `bootstrap-lodaer` on every change.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ MIT.
286286
* [sass-resources-loader](https://github.com/shakacode/sass-resources-loader/)
287287
* [Simple integration example](./examples/basic)
288288
* [React + hot reloading example: bootstrap-loader-css-modules-example](./examples/css-modules)
289+
* [react_on_rails gem](https://github.com/shakacode/react_on_rails)
289290

290291
## Useful Q&A
291292
* [Using CSS modules with Bootstrap](https://github.com/shakacode/bootstrap-loader/issues/9)

0 commit comments

Comments
 (0)