Skip to content

Commit caf6a63

Browse files
committed
Clarity
1 parent 4d573e6 commit caf6a63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ npm install @11ty/parse-date-strings
2929
```js
3030
import { parse } from "@11ty/parse-date-strings
3131
32-
// returns JavaScript Date object
32+
// `parse` returns JavaScript Date
33+
3334
parse("2000-01-01") instanceof Date
34-
> true
35+
// true
3536
36-
// Convert to UTC String
3737
parse("2000-01-01").toUTCString()
38-
> "Mon, 01 Jan 2001 00:00:00 GMT"
38+
// "Mon, 01 Jan 2001 00:00:00 GMT"
3939
```
4040
4141
## Comparisons

0 commit comments

Comments
 (0)