From df585be5668695ecf65919041a51451af3edad10 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Fri, 28 Sep 2018 16:19:39 +0200 Subject: [PATCH] update outdated 'controller' folder --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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