Skip to content

Commit 20b0c91

Browse files
authored
installation via bower fix
1 parent ac0ba0f commit 20b0c91

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -98,32 +98,30 @@ To run the examples use __[this link](http://rawgithub.com/angular-ui/ui-scroll/
9898

9999
### Install and connect
100100

101-
#### npm
102-
To install the package via npm use
101+
To install the package via __npm__ use
103102

104103
```
105104
npm install --save angular-ui-scroll
106105
```
107106

108-
After installation, the ui-scroll distributive files will be available as
107+
After installation via npm, the ui-scroll distributive files will be available as
109108

110109
```
111110
<script src="node_modules/angular-ui-scroll/dist/ui-scroll.min.js">
112111
<script src="node_modules/angular-ui-scroll/dist/ui-scroll-grid.min.js">
113112
```
114113

115-
#### Bower
116-
To install the package via bower use
114+
To install the package via __bower__ use
117115

118116
```
119117
bower install angular-ui-scroll
120118
```
121119

122-
After installation, the ui-scroll distributive files will be available as
120+
After installation via bower, the ui-scroll distributive files will be available as
123121

124122
```
125-
<script src="lib/angular-ui-scroll/dist/ui-scroll.min.js">
126-
<script src="lib/angular-ui-scroll/dist/ui-scroll-grid.min.js">
123+
<script src="bower_components/angular-ui-scroll/dist/ui-scroll.min.js">
124+
<script src="bower_components/angular-ui-scroll/dist/ui-scroll-grid.min.js">
127125
```
128126

129127
There are also uncompressed versions (ui-scroll.js, ui-scroll-grid.js) and sourcemaps for all of js-files.

0 commit comments

Comments
 (0)