Skip to content

Commit

Permalink
add link to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Prateek Rastogi committed Jun 21, 2018
1 parent 358b6ac commit 4a23894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ reddit({

### `pinterest(options)`

Share on Pinterest
[Share on Pinterest](https://developers.pinterest.com/docs/widgets/save/?)

```js
pinterest({
Expand All @@ -142,7 +142,7 @@ pinterest({

### `tumblr(options)`

Share on Tumblr
[Share on Tumblr](https://www.tumblr.com/docs/en/share_button)

```js
tumblr({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/vanilla-sharing.umd.js",
"module": "dist/vanilla-sharing.esm.js",
"scripts": {
"precommit": "npm run lint --",
"precommit": "lint-staged",
"size": "size-limit",
"build": "rollup -c",
"dev": "rollup -c -w",
Expand Down

0 comments on commit 4a23894

Please sign in to comment.