Update README.md

This commit is contained in:
Garrone Joseph 2021-02-28 10:32:34 +01:00 committed by GitHub
parent 5b1a4a15cb
commit b276c7feef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ This template automates the boring and tedious tasks of:
- Publishing on NPM and creating corresponding GitHub releases.
Besides, good stuff that comes with using this template:
- No dist files are tracked on the ``master`` branch.
- No dist files are tracked on the ``main`` branch.
- Shorter specific file import path.
``import {...} from "my_module/theFile"`` instead of the usual
``import {...} from "my_module/dist/theFile"``