update README

This commit is contained in:
bacardi55 2021-06-08 00:21:49 +02:00
parent 5529e1f29a
commit f5dec098fb

View File

@ -35,12 +35,13 @@ It starts with a second level header (`##`), followed by a space and then `<date
`<Date>` format: 2 possible format for the date:
YYYY-MM-DD h:m[:s] TZ
Seconds are optional.
example:
```
2006-01-02 15:04:05 MST
2006-01-02 15:04 MST
```
Seconds are optional.
or:
Weekday DD Month YYYY h:m[:s] TZ
@ -50,7 +51,8 @@ Seconds are optional.
example:
```
Mon 02 Jan 2006 03:04[:05] PM MST
Mon 02 Jan 2006 03:04:05 PM MST
Mon 02 Jan 2006 03:04 PM MST
```
`<Content>` format: Any text without 2 new lines.