first_day is depecated. close #121

This commit is contained in:
Alexander Mart 2023-04-24 06:04:50 +07:00 committed by GitHub
parent a4b43a65ff
commit ce43999e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@
" // The file where the commit hashes will be stored", " // The file where the commit hashes will be stored",
" , \"path\": \"~/.git-stats\"", " , \"path\": \"~/.git-stats\"",
"", "",
" // First day of the week", " // [DEPRECATED] First day of the week https://github.com/IonicaBizau/git-stats/issues/121"
" , first_day: \"Sun\"", " , first_day: \"Sun\"",
"", "",
" // This defaults to *one year ago*", " // This defaults to *one year ago*",
@ -286,4 +286,4 @@
"bloggify.json", "bloggify.json",
"bloggify/" "bloggify/"
] ]
} }