Skip to content

Commit b3a2339

Browse files
committed
Update readme
1 parent bb0cef6 commit b3a2339

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
@@ -135,7 +135,7 @@ providing an Object as the second parameter to [Autolinker.link()](http://gregja
135135
Twitter handles. Defaults to `true`.<br /><br />
136136
- [hashtag](http://gregjacobs.github.io/Autolinker.js/docs/#!/api/Autolinker-cfg-hashtag) : Boolean/String<br />
137137
A string for the service name to have hashtags auto-linked to. Supported
138-
values at this time are 'twitter' and 'facebook'. Pass `false` to skip
138+
values at this time are 'twitter', 'facebook' and 'instagram'. Pass `false` to skip
139139
auto-linking of hashtags. Defaults to `false`.<br /><br />
140140
- [replaceFn](http://gregjacobs.github.io/Autolinker.js/docs/#!/api/Autolinker-cfg-replaceFn) : Function<br />
141141
A function to use to programmatically make replacements of matches in the
@@ -282,7 +282,7 @@ The full API docs for Autolinker may be referenced at:
282282

283283
Pull requests definitely welcome.
284284

285-
- Make sure to add tests to cover your new functionality/bugfix.
285+
- Make sure to add tests to cover your new functionality/bugfix.
286286
- Run the `grunt` command to build/test (or alternatively, open the `tests/index.html` file to run the tests).
287287
- When committing, please omit checking in the files in the `dist/` folder after building/testing. These are only committed to the repository for users downloading Autolinker via Bower. I will build these files and assign them a version number when merging your PR.
288288
- Please use tabs for indents! Tabs are better for everybody (individuals can set their editors to different tab sizes based on their visual preferences).

0 commit comments

Comments
 (0)