Skip to content
This repository was archived by the owner on Nov 2, 2019. It is now read-only.

Commit 1caade1

Browse files
committed
script tag added
1 parent e1e72d3 commit 1caade1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Returns an array with items evenly indexed
2020

2121
#### For Development
2222
```js
23-
<script src=""></script>
23+
<script src="https://rawgit.com/Prosen-Ghosh/even-index/master/even-index.js"></script>
2424
```
2525
#### For Production
2626
```js
27-
<script src=""></script>
27+
<script src="https://cdn.rawgit.com/Prosen-Ghosh/even-index/e1e72d3a/even-index.js"></script>
2828
```
2929

3030
## Usage

0 commit comments

Comments
 (0)