Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Fab1en/rocket-chat-rest-client
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
	composer.json
  • Loading branch information
alekseykuleshov committed Apr 4, 2017
2 parents 139eed4 + e530ecf commit 0599b45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ define('REST_API_ROOT', '/api/v1/');
define('ROCKET_CHAT_INSTANCE', 'https://my-rocket-chat-instance.example.org');
```

Finaly, instance the classes you need :
Finally, instance the classes you need:
```php
$api = new \RocketChat\Client();
echo $api->version(); echo "\n";
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"require": {
"nategood/httpful": "*"
}
}
}

0 comments on commit 0599b45

Please sign in to comment.