Skip to content

Commit

Permalink
Updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalhuman committed Apr 26, 2017
1 parent f916377 commit 9c3f68d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PHP Library for Mastodon REST API
* Get user information
* Get user followers and following
* Get user status
* Post status update


## Installation using Composer
Expand Down Expand Up @@ -91,4 +92,11 @@ $statusses = $t->authenticate("vangelier@hotmail.com", "MySecretP@ssW0rd")
->getStatuses();
/**
* Post status update
*/
$status = $t->authenticate("vangelier@hotmail.com", "MySecretP@ssW0rd")
->postStatus("Text status update");
```

0 comments on commit 9c3f68d

Please sign in to comment.