Skip to content

Commit 34a8630

Browse files
committed
Rewording
1 parent 3e9f2c1 commit 34a8630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $hcl = file_get_contents('example.tf');
2424
$configObject = (new HCLParser($hcl))->parse();
2525
```
2626

27-
The resulting object will be returned in the following format.
27+
The resulting object will look similar to the following.
2828

2929
```php
3030
object(stdClass)#5 (2) {

0 commit comments

Comments
 (0)