From dbda6dff1d399705bbecffc37314c06b28b8c0fc Mon Sep 17 00:00:00 2001 From: davidkartuzinski Date: Fri, 2 Aug 2019 19:15:43 +0200 Subject: [PATCH] edited my-app to be my-project to keep it consistent with docs --- packages/create-strapi-app/README.md | 4 ++-- packages/strapi-plugin-documentation/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/create-strapi-app/README.md b/packages/create-strapi-app/README.md index c8017fea88..24c85c4d14 100644 --- a/packages/create-strapi-app/README.md +++ b/packages/create-strapi-app/README.md @@ -9,13 +9,13 @@ This package includes the `create-strapi-app` CLI to make the creation of a stra Using yarn create command ``` -yarn create strapi-app my-app +yarn create strapi-app my-project ``` Using npx ``` -npx create-strapi-app my-app +npx create-strapi-app my-project ``` ### Manual install diff --git a/packages/strapi-plugin-documentation/README.md b/packages/strapi-plugin-documentation/README.md index 283c9e32ad..55817deade 100755 --- a/packages/strapi-plugin-documentation/README.md +++ b/packages/strapi-plugin-documentation/README.md @@ -17,7 +17,7 @@ The documentation plugin is not release on npm yet, Here's how to install it. ### Config -The plugin comes with a `settings.json` file located in `my-app/plugins/documentation/config` folder where you can specify all your environment variables, licenses, external documentation and so one... +The plugin comes with a `settings.json` file located in `./my-project/plugins/documentation/config` folder where you can specify all your environment variables, licenses, external documentation and so one... You can add all the entries listed in the [specification](https://swagger.io/specification/). _NOTE_ if you need to add a custom key you can do it by prefixing your key by `x-{something}`