From b072432b6b4394a932e10bb40449cc7c81944993 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 30 Nov 2021 17:22:11 +0100 Subject: [PATCH] Added slight explanation to the readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad66466..b01e7c2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ A GitHub action for styling files with [prettier](https://prettier.io). ### Example Config -#### Example 1 (run on push in main) +> Hint: if you still use the old naming convention or generally a different branch name, please replace the `main` in the following configurations. +#### Example 1 (run on push in branch main) ```yaml name: Continuous Integration