1
0
Fork 0

Update README.md - missing comma in example

master
stweedo 2023-06-21 12:55:49 -05:00 committed by GitHub
parent ecb2013ac4
commit e9b56bde18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Here's what an example configuration might look like:
"prefix": "", // Adds a string to the beginning of the main string
"suffix": "", // Adds a string to the end of the main string
"disableSuffix": true, // Use to remove DayOfMonth suffix only
"short": false // Use long format of time, meridian, date, or DoW
"short": false, // Use long format of time, meridian, date, or DoW
"shortMonth": false // Use long format of month within date
},