@@ -226,7 +226,7 @@ The service requires the following configuration parameters:
226226### Usage:
227227
228228A template YAML for configuring the service can be found at
229- [ ` ./example-config .yaml ` ] ( ./example-config .yaml ) .
229+ [ ` ./example_config .yaml ` ] ( ./example_config .yaml ) .
230230Please adapt it, rename it to ` .my_microservice.yaml ` , and place it in one of the following locations:
231231- in the current working directory where you execute the service (on Linux: ` ./.my_microservice.yaml ` )
232232- in your home directory (on Linux: ` ~/.my_microservice.yaml ` )
@@ -235,7 +235,7 @@ The config yaml will be automatically parsed by the service.
235235
236236** Important: If you are using containers, the locations refer to paths within the container.**
237237
238- All parameters mentioned in the [ ` ./example-config .yaml ` ] ( ./example-config .yaml )
238+ All parameters mentioned in the [ ` ./example_config .yaml ` ] ( ./example_config .yaml )
239239could also be set using environment variables or file secrets.
240240
241241For naming the environment variables, just prefix the parameter name with ` my_microservice_ ` ,
@@ -283,7 +283,7 @@ It installs the service with all development dependencies, and it installs pre-c
283283
284284The installation is performed automatically when you build the devcontainer. However,
285285if you update dependencies in the [ ` ./pyproject.toml ` ] ( ./pyproject.toml ) or the
286- [ ` . /requirements-dev.txt` ] ( ./requirements-dev.txt ) , please run it again.
286+ [ ` lock /requirements-dev.txt` ] ( ./lock /requirements-dev.txt ) , please run it again.
287287
288288## License
289289
@@ -292,5 +292,5 @@ This repository is free to use and modify according to the
292292
293293## README Generation
294294
295- This README file is auto-generated, please see [ ` readme_generation.md ` ] ( ./readme_generation.md )
295+ This README file is auto-generated, please see [ . readme_generation/README .md] ( ./. readme_generation/README .md )
296296for details.
0 commit comments