diff --git a/README.md b/README.md index f0730ce..476a27c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Dynamic Content Delivery API -API template for [Dynamic Content Delivery](https://github.com/sadorowo/dynamic-content-delivery) - HTML page that provides data to the user based on the given ID. +API template for [Dynamic Content Delivery](https://git.sador.me/sadorowo/dynamic-content-delivery) - HTML page that provides data to the user based on the given ID. ## Which files am I allowed to edit? - all files in `data` directory: @@ -15,10 +15,10 @@ API template for [Dynamic Content Delivery](https://github.com/sadorowo/dynamic- npm install ``` 4. Edit required files: - 1. [config.json](data/config.json): + 1. **[config.json](data/config.json)**: - edit your constants: 1. provide your API port in `PORT` constant. - 2. [data-source.json](data/data-source.json): + 2. **[data-source.json](data/data-source.json)**: - provide your data in `DATA` constant like this: ```json { @@ -53,4 +53,4 @@ API template for [Dynamic Content Delivery](https://github.com/sadorowo/dynamic- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. ## Authors -- [**@sadorowo**](https://github.com/sadorowo) - original author \ No newline at end of file +- [**@sadorowo**](https://git.sador.me/sadorowo) - original author \ No newline at end of file