We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdba05 commit 91b16b9Copy full SHA for 91b16b9
README.md
@@ -52,4 +52,7 @@ $someJsonText = file_get_contents('...');
52
53
// Or you can use static alias of decode:
54
Comment::parse($json, true);
55
+
56
+# Or use file directly
57
+Comment::parseFromFile('/path/to/file.json', true);
58
```
0 commit comments