diff --git a/Home.md b/Home.md index 0711371..b82b138 100644 --- a/Home.md +++ b/Home.md @@ -39,7 +39,7 @@ But you can edit your recipes, by going in to the recipes directory. To go in th There you will find all of your recipes stored in different ```.txt``` files. The title of your recipe will always be the filename of the ```.txt``` file. The content of your recipes is of course in the ```.txt``` file. ### For instance, here is the model to load the recipes. -[Extract from ```server.js```]([url](https://git.the1s.de/theis.gaedigk/Cookbook/src/branch/main/backend/server.js)) (there is more code below and before): +[**Extract from server.js**]([url](https://git.the1s.de/theis.gaedigk/Cookbook/src/branch/main/backend/server.js)) _(there is more code below and before)_: ```js app.get("/", (req, res) => { // sync recipes