From 1ef27a665034466122631588186c34bd7634ce85 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Sun, 28 Feb 2021 10:38:55 +0100 Subject: [PATCH] Update README.md --- README.md | 66 +++++++++++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index e303444..cab7787 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,13 @@ 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 ``main`` branch. +- No `dist/` directory 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"`` -- CDN distribution for importing from an ``.html`` file with a ``