Skip to content

Commit

Permalink
Fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dshimy committed Jul 20, 2012
1 parent 748477e commit 2f514fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ composer.json file. Composer will handle the autoloading.

```php
$token = '<your api token>';
$hc = new HipChat/HipChat($token);
$hc = new HipChat\HipChat($token);

// list rooms
foreach ($hc->get_rooms() as $room) {
Expand Down

0 comments on commit 2f514fb

Please sign in to comment.