Skip to content

Commit 3153310

Browse files
committed
Update README.md
1 parent a03f980 commit 3153310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ $ go get go.knocknote.io/eevee/cmd/eevee
147147
```
148148

149149
無事インストールできていれば、 `$GOPATH/bin/eevee` があるはずです。
150-
`eevee help` が実行できれば、インストールは完了です
150+
`eevee --help` が実行できれば、インストールは完了です
151151

152152
## 作業ディレクトリの作成
153153

_example/01_simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ EOS
2828
## 4. Execute eevee
2929

3030
```bash
31-
$ eevee --schema schema --relation config
31+
$ eevee --schema schema --class config
3232
```
3333

3434
generated the following files

0 commit comments

Comments
 (0)