🐛 Typo in "Extras" doc

Documentation mentions `HEAD_FLAG: true`, but in the code example `SHOW_TITLE: true` is used
This commit is contained in:
Nelson Martell 2020-09-15 18:57:20 -05:00 committed by GitHub
parent 1f2d0f1334
commit 44d837a362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ Since this project is contained all within one file, 'main.py'. You can simply a
## Extras ## 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 ```yml
- uses: athul/waka-readme@master - uses: athul/waka-readme@master