From 0790895272a35b572aa07c7dfc9531aa12df397c Mon Sep 17 00:00:00 2001 From: Seth <18116602+sethkor@users.noreply.github.com> Date: Wed, 16 Sep 2020 21:16:04 +1000 Subject: [PATCH] Fix naming convention for example dirs --- README.md | 2 +- examples/json/{monobot => monobots}/OrderFlowersMono.json | 0 examples/yaml/{monobot => monobots}/OrderFlowersMono.yaml | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename examples/json/{monobot => monobots}/OrderFlowersMono.json (100%) rename examples/yaml/{monobot => monobots}/OrderFlowersMono.yaml (100%) diff --git a/README.md b/README.md index 85e9bd8..48e5026 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ your-lex-workspace ├──slots ├──intents ├──bots - └──monobot + └──monobots ``` When using the provision command for a mono bot, the `--name` flag is optional. If it is not present `lexbelt` will use the `lexBotName` in the monobot specification file. diff --git a/examples/json/monobot/OrderFlowersMono.json b/examples/json/monobots/OrderFlowersMono.json similarity index 100% rename from examples/json/monobot/OrderFlowersMono.json rename to examples/json/monobots/OrderFlowersMono.json diff --git a/examples/yaml/monobot/OrderFlowersMono.yaml b/examples/yaml/monobots/OrderFlowersMono.yaml similarity index 100% rename from examples/yaml/monobot/OrderFlowersMono.yaml rename to examples/yaml/monobots/OrderFlowersMono.yaml