Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 26f1518

Browse files
Update README.md
1 parent 83321f0 commit 26f1518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ If you are not the happy with the default options you can overwite some of the o
3939
**Directyly on plugin call.**
4040
```javascript
4141
$("#container").instastory({
42-
hashtag: "coding",
42+
get: "#coding",
4343
limit: 9
4444
});
4545
```
4646

4747
**By using an object.**
4848
```javascript
4949
let options = {
50-
hashtag: "coding",
50+
get: "#coding",
5151
limit: 9
5252
};
5353

@@ -86,4 +86,4 @@ Here is a full list of tags to be used in the template:
8686
| {{link}} | Returns the url for the post (not the same as the image url) |
8787

8888
## License
89-
This project is licensed under the MIT Liense - see the [LICENCE.md](LICENSE.md)
89+
This project is licensed under the MIT Liense - see the [LICENCE.md](LICENSE.md)

0 commit comments

Comments
 (0)