From b276c7feef8342c051e2434da3c7511ef444c980 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Sun, 28 Feb 2021 10:32:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4acdac2..e303444 100644 --- a/README.md +++ b/README.md @@ -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"``