Skip to content

Commit d1edff4

Browse files
committed
Simplify usage instructions
1 parent 34a8630 commit d1edff4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ composer require divineomega/php-hcl-parser
1616

1717
## Usage
1818

19-
To parse HCL into a PHP object, create a new `HCLParser` object passing a string of HCL configuration
20-
as the first parameter of the construction, then call the `parse` method. See the example below.
19+
To parse HCL into a PHP object, create a new `HCLParser` object, passing it the HCL (as a string), then call the `parse` method. See the example below.
2120

2221
```php
2322
$hcl = file_get_contents('example.tf');

0 commit comments

Comments
 (0)