File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff 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```
105104npm 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```
119117bower 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
129127There are also uncompressed versions (ui-scroll.js, ui-scroll-grid.js) and sourcemaps for all of js-files.
You can’t perform that action at this time.
0 commit comments