Skip to content

Commit 6889a89

Browse files
committed
update readme
1 parent b745ea5 commit 6889a89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,30 +32,30 @@ After of install this project you may execute the binary `phpadr` in your termin
3232

3333
If to execute the command above, it will be showd a list of all avaliable tool commands.
3434

35-
By default the records will be stored in `docs/arch`, to change this workspace use the option `--directory` with the path of the new workspace.
35+
By default the records will be stored in `docs/arch`, to change this workspace use the option `--config` with the path of the config file.
3636

3737
### Create a new ADR
3838

3939
You may use the `make:decision` command:
4040

4141
```
42-
./vendor/bin/phpadr make:decision <title> [<status="Accepted">] [--directory="docs/arch"]
42+
./vendor/bin/phpadr make:decision <title> [<status="Accepted">] [--config="adr.yml"]
4343
```
4444

4545
### Count the ADRs
4646

4747
You may use the `workspace:count` command:
4848

4949
```
50-
./vendor/bin/phpadr workspace:count [--directory="docs/arch"]
50+
./vendor/bin/phpadr workspace:count [--config="adr.yml"]
5151
```
5252

5353
### List the ADRs
5454

5555
You may use the `workspace:list` command:
5656

5757
```
58-
./vendor/bin/phpadr workspace:list [--directory="docs/arch"]
58+
./vendor/bin/phpadr workspace:list [--config="adr.yml"]
5959
```
6060

6161
### Help

0 commit comments

Comments
 (0)