Skip to content

Commit

Permalink
Fix example w/ Json::write() [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 13, 2015
1 parent e339bdb commit 5aa04a0
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 @@ -37,7 +37,7 @@ $json= Json::of('Test');
$out= new FileOutput(new File('output.json'));
$out= new StreamOutput(new SocketOuputStream(...));

Json::write($value);
Json::write($value, $out);
```

### Formatted output
Expand Down

0 comments on commit 5aa04a0

Please sign in to comment.