Skip to content

Commit 094c64d

Browse files
committed
readme ui-scroll-demo.gif fix
1 parent 1441003 commit 094c64d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The directive is asking the datasource for data to build and render elements unt
5858
It will start retrieving new data for new elements again if the user scrolls up/down to the edge of visible element list.
5959

6060

61-
![](https://raw.githubusercontent.com/angular-ui/ui-scroll/modules/demo/ui-scroll-demo.gif)
61+
![](https://raw.githubusercontent.com/angular-ui/ui-scroll/master/demo/ui-scroll-demo.gif)
6262

6363

6464
### Basic usage
@@ -406,7 +406,7 @@ npm start
406406
__2__. To run tests in keep-alive mode use
407407

408408
```
409-
npm run test
409+
npm test
410410
```
411411

412412
This runs karma testing against temporary distributive files (./temp). We created a number of specifications which consist of more

0 commit comments

Comments
 (0)