Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag04 committed Sep 19, 2015
1 parent 5e5320d commit 5fb027d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -41,8 +41,8 @@ ActivityView.show({
anchor: React.findNodeHandle(this.refs.share), // Where you want the share popup to point to on iPad
});
```
_Note:
- Only provide one image type to the options argument. If multiple image types are provided, `image` will be used._
#### Note:
- Only provide one image type to the options argument. If multiple image types are provided, `image` will be used.
- anchor is optional and only applicable for ipad. popup will be centered by default if anchor is not provided.

## Example
Expand Down

0 comments on commit 5fb027d

Please sign in to comment.