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