Skip to content

Commit 7cc8b2b

Browse files
committed
Fix docs
1 parent bcf386f commit 7cc8b2b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@ this output a lot of options step by step:
125125

126126
```bash
127127
project_repo_url [https://github.com/python-microservices/microservices-scaffold]:
128-
project_name [Python Microservices Boilerplate]: prueba descarga
129-
project_folder [prueba_descarga]:
128+
project_name [Python Microservices Boilerplate]: example project
129+
project_folder [example_project]:
130130
project_short_description [Python Boilerplate contains all the boilerplate you need to create a Python package.]:
131131
create_model_class [y]:
132132
microservice_with_swagger_and_connexion [y]:
133133
microservice_with_traces [y]:
134134
microservice_with_metrics [y]:
135-
application_root [/prueba_descarga]:
135+
application_root [/example_project]:
136136
Select open_source_license:
137137
1 - MIT license
138138
2 - BSD license
@@ -143,7 +143,7 @@ Select open_source_license:
143143
Choose from 1, 2, 3, 4, 5, 6 [1]:
144144
```
145145

146-
When you finish to introduce the options, a project will be created in `project_slug` folder
146+
When you finish to introduce the options, a project will be created in `[project_folder]` folder
147147

148148
## How To Contrib
149149

docs/quickstart.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ this output a lot of options step by step
6464

6565
```bash
6666
project_repo_url [https://github.com/python-microservices/microservices-scaffold]:
67-
project_name [Python Microservices Boilerplate]: prueba descarga
68-
project_folder [prueba_descarga]:
67+
project_name [Python Microservices Boilerplate]: example project
68+
project_folder [example_project]:
6969
project_short_description [Python Boilerplate contains all the boilerplate you need to create a Python package.]:
7070
create_model_class [y]:
7171
microservice_with_swagger_and_connexion [y]:
7272
microservice_with_traces [y]:
7373
microservice_with_metrics [y]:
74-
application_root [/prueba_descarga]:
74+
application_root [/example_project]:
7575
Select open_source_license:
7676
1 - MIT license
7777
2 - BSD license
@@ -82,6 +82,6 @@ Select open_source_license:
8282
Choose from 1, 2, 3, 4, 5, 6 [1]:
8383
```
8484

85-
When you finish to introduce the options, a project will be created in `[project_slug]` folder
85+
When you finish to introduce the options, a project will be created in `[project_folder]` folder
8686

8787
See [Configuration](configuration.md), [Routing](routing.md) and [Examples](examples.md) to continue with this tutorial

0 commit comments

Comments
 (0)