From 6accaa047e8cb4b7a6d40cc8e36a54e59f9e77bb Mon Sep 17 00:00:00 2001 From: U-ways Date: Thu, 1 Oct 2020 10:52:51 +0100 Subject: [PATCH] Fix broken templates URL in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 516e41f..595e53e 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ this will create a basic `scripts.json` file: ``` you can also initialize from a custom template -(see [templates/](https://github.com/denosaurs/denon/tree/master/templates) folder for all the available templates) +(see [src/templates.ts](https://github.com/denosaurs/denon/tree/master/src/templates.ts) file for all the available templates) ```bash denon --init typescript @@ -559,4 +559,4 @@ Pull request, issues and feedback are very welcome. Code style is formatted with ### Licence -Copyright 2020-present, the denosaurs team. All rights reserved. MIT license. \ No newline at end of file +Copyright 2020-present, the denosaurs team. All rights reserved. MIT license.