From 44d837a36292a19b3ebc7e30e8e7fa253ca2cae6 Mon Sep 17 00:00:00 2001 From: Nelson Martell Date: Tue, 15 Sep 2020 18:57:20 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Typo=20in=20"Extras"=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Documentation mentions `HEAD_FLAG: true`, but in the code example `SHOW_TITLE: true` is used --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 794a363..5bdc781 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Since this project is contained all within one file, 'main.py'. You can simply a ## Extras -1. If you want to add the week in the Header of your stats, you can add `HEAD_FLAG: true` in your workflow file like this +1. If you want to add the week in the Header of your stats, you can add `SHOW_TITLE: true` in your workflow file like this ```yml - uses: athul/waka-readme@master