Skip to content

Commit

Permalink
updated read me
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarg committed Mar 15, 2017
1 parent 89985c4 commit 8dc7d6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ onShareBtnClick| () => {} |A callback function when share button is clicked
sharedBy| (medium) => {console.log('shared via ', medium)}|A callback function when user clicks on any share medium from share modal

### Preview


![Alt text](/web-api.png?raw=true "Native share drawer via Web-Share Api")
![Alt text](/modal.png?raw=true "Fallback share Modal")

### Development
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-share-btn",
"name": "react-share-button",
"description": "A lightweight React Share Button for mobile web with web share api integration, native intent support and fallback",
"main": "dist/index.js",
"jsnext:main": "components/index.js",
Expand Down Expand Up @@ -88,5 +88,5 @@
"path": "node_modules/cz-conventional-changelog"
}
},
"version": "0.1.0"
"version": "0.0.2"
}

0 comments on commit 8dc7d6d

Please sign in to comment.