diff --git a/README.md b/README.md index 69046ca..b829c20 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,10 @@ After using this generator, your new project (the directory created) will contai ## Release Notes +### Next + +* Update generated README. Minor typos. + ### 0.2.0 **PR #7**: diff --git a/{{cookiecutter.project_slug}}/README.md b/{{cookiecutter.project_slug}}/README.md index 7517eb8..eaaf739 100644 --- a/{{cookiecutter.project_slug}}/README.md +++ b/{{cookiecutter.project_slug}}/README.md @@ -27,7 +27,7 @@ Automatic interactive documentation with Swagger UI (from the OpenAPI backend): Alternative automatic documentation with ReDoc (from the OpenAPI backend): http://localhost/redoc -Couchbase, web administration: http://http://localhost:8091 +Couchbase, web administration: http://localhost:8091 Flower, administration of Celery tasks: http://localhost:5555 @@ -211,7 +211,6 @@ After performing those steps you should be able to open: http://localhost.tiango Check all the corresponding available URLs in the section at the end. - ### Development with a custom IP If you are running Docker in an IP address different than `127.0.0.1` (`localhost`) and `192.168.99.100` (the default of Docker Toolbox), you will need to perform some additional steps. That will be the case if you are running a custom Virtual Machine, a secondary Docker Toolbox or your Docker is located in a different machine in your network.