Skip to content

Commit ad122f2

Browse files
author
Laurent Goudet
committed
Add install intructions
1 parent 98f2c6c commit ad122f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ possible, while still allowing you to handle load errors.
1616
It returns `Object` with two `start` and `load` keys. The `start` Promise will
1717
always resolve, use `load` to handle load errors.
1818

19+
To install with jspm:
20+
21+
```
22+
jspm install lazyimage=github:laurentgoudet/[email protected]
23+
```
24+
1925
To lazy load a single image, simply do:
2026

2127
```

0 commit comments

Comments
 (0)