Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.

Commit 1a66926

Browse files
docs(readme): require the module the CommonJS way - update
1 parent 9420313 commit 1a66926

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ If you don't use NPM or Bower, just download files [from the github repo](./dist
2525
<script src="angular-touch.js"></script>
2626
<script src="angular-carousel.js"></script>
2727
```
28-
- Or just require the module the CommonJS way
28+
- Or just require the module the CommonJS way (if you use npm)
2929
```js
30+
var angular = require('angular');
3031
var ngTouch = require('angular-touch');
3132
var carousel = require('angular-carousel');
3233
```

0 commit comments

Comments
 (0)