Skip to content

Commit b059f95

Browse files
committed
Renamed stack to zero.
1 parent 833c30b commit b059f95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Commit Zero
22

3-
This app is created to work with Commit Zero. You'll need to run the `stack` application against a `config.yaml` file to generate the code.
3+
This app is created to work with Commit Zero. You'll need to run the `zero` application against a `zero.yml` file to generate the code.
44

5-
### Stack Command
5+
### Zero Command
66

77
```bash
8-
stack -config <config file> <source directory> <destination directory>
8+
zero -config <config file> <source directory> <destination directory>
99
```
1010

1111
#### Config File

0 commit comments

Comments
 (0)