From 9671d3cd6ad4c91c46968ad0c01e60e549f7f8de Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 17 May 2020 20:05:54 +0200 Subject: [PATCH] The default branch is master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dbd033..770c6bc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,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 source files are tracked on the default branch. +- No source files are tracked on the ``master`` branch. - Shorter specific file import path. ``import {...} from "my_module/theFile"`` instead of the usual ``import {...} from "my_module/dist/theFile"``