Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
null-none committed Jul 18, 2015
1 parent 27221f3 commit 6b1d227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ Class for use imgur API.

```
$imgur = new Imgur;
$imgur->clientId = '8847f1a6a583d5e';
$imgur->clientId = 'code';
$filename = 'images/browserling.png';
$handle = fopen($filename, "r");
$data = fread($handle, filesize($filename));
Expand Down

0 comments on commit 6b1d227

Please sign in to comment.