diff --git a/README.md b/README.md index 363dafb..7f53d57 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(...)); -$out->write($value); +Json::write($value); ``` ### Formatted output