From 29d872afe5c27d60668908f6c4a17bcb77847a8b Mon Sep 17 00:00:00 2001 From: Abraham Williams <4braham@gmail.com> Date: Thu, 21 May 2020 13:29:28 -0500 Subject: [PATCH] Link README template to correct location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab57bdc..384595c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This template automates the boring and tedious tasks of: - Filling up the ``package.json`` - Setting up Typescript. -- Writing a [README.md](https://github.com/garronej/denoify_ci/blob/dev/README.template.md) with decent presentation and instructions on how to install/import your module. +- Writing a [README.md](https://github.com/garronej/ts_ci/blob/master/README.template.md) with decent presentation and instructions on how to install/import your module. - Testing on multiple Node version before publishing. - Maintaining a CHANGELOG. - Publishing on NPM and creating corresponding GitHub releases.