diff --git a/README.md b/README.md index 2f71223..fc5b31c 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ aicra [options] . ``` **Options** -- If you want the *controller* folder different than `root` define it with `-c` +- If you want the *controller* folder different than `controller` define it with `-c` - If you want the *middleware* folder different than `middleware` define it with `-m` - If you want the *type checker* folder different than `types` define it with `-t` ### 3. Launch the api ``` -$ go run ./cmd/test/main.go +$ go run ./main.go ``` \ No newline at end of file