From 5aa04a0117b39e7a65181e48605a1b2a14a1c9c0 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 13 Dec 2015 16:28:47 +0100 Subject: [PATCH] Fix example w/ Json::write() [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f53d57..673483e 100755 --- a/README.md +++ b/README.md @@ -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