We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9f2c1 commit 34a8630Copy full SHA for 34a8630
README.md
@@ -24,7 +24,7 @@ $hcl = file_get_contents('example.tf');
24
$configObject = (new HCLParser($hcl))->parse();
25
```
26
27
-The resulting object will be returned in the following format.
+The resulting object will look similar to the following.
28
29
```php
30
object(stdClass)#5 (2) {
0 commit comments