Link README template to correct location

This commit is contained in:
Abraham Williams 2020-05-21 13:29:28 -05:00 committed by GitHub
parent 7b2ad1ef34
commit 29d872afe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
This template automates the boring and tedious tasks of: This template automates the boring and tedious tasks of:
- Filling up the ``package.json`` - Filling up the ``package.json``
- Setting up Typescript. - 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. - Testing on multiple Node version before publishing.
- Maintaining a CHANGELOG. - Maintaining a CHANGELOG.
- Publishing on NPM and creating corresponding GitHub releases. - Publishing on NPM and creating corresponding GitHub releases.