Skip to content

Commit f4dcc08

Browse files
authored
Update README.md
1 parent 8b4286d commit f4dcc08

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# RocketWeb Config (Export)
1+
## RocketWeb Config (Export)
22

33
This module is a simple tool to export specific sections of configuration into config.xml file to make it VCS
44
transferable without locking them by using app/etc/config.php or app/etc/env.php
55

66
## Usage
7-
Running the command will generate a file config.xml inside of var/config/ folder. If file doesn't exist, it will
7+
Running the command will generate a file `config.xml` inside of `var/config/` folder. If file doesn't exist, it will
88
create it, otherwise it will append/modify values to the XML structure.
99

10-
11-
12-
> bin/magento config:data:export _scopes_ _paths_
10+
Command:
11+
`bin/magento config:data:export _scopes_ _paths_`

0 commit comments

Comments
 (0)