Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Better naming for the image path.
  • Loading branch information
Shin-NiL authored May 7, 2018
1 parent 6103d31 commit 8ab40b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ The following methods are available:
shareText(title, subject, text)

# Share image
# @param String path The image location full path
# @param String absolute_path The image location full path
# @param String title
# @param String subject
# @param String text
void sharePic(path, title, subject, text)
void sharePic(absolute_path, title, subject, text)
```

Demonstration
Expand Down

0 comments on commit 8ab40b6

Please sign in to comment.