Skip to content

Commit 242feb4

Browse files
committed
Enhance README
1 parent 1e11141 commit 242feb4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ compare_hashmaps
5959
----------------
6060

6161
```bash
62-
php compare_yaml_hashmaps.php file1 file2
62+
php compare_yaml_hashmaps.php file1 file2 <root_node>
6363
```
64-
Compare 2 YAML hashmap files (such as symfony parameters.yml files)
64+
Compare 2 YAML hashmap files (such as symfony parameters.yml files)
65+
66+
Example: `$ php compare_yaml_hashmaps.php parameters1.yml parameters2.yml 'parameters'`

0 commit comments

Comments
 (0)