Skip to content

Commit a97de1a

Browse files
author
Bottie McBotface
committed
docs(@axhxrx/date): fix autocompleto in README
1 parent e5194db commit a97de1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# @axhxrx/date
22

3-
A minimal library for formatting dates. Example:
3+
A minimal utility library for formatting dates. Example:
44

55
```ts
6-
const backThen = const result = dateToFormat('YYYY-MM-DD', new Date('1975-01-01T02:00:00Z'));
6+
const backThen = dateToFormat('YYYY-MM-DD', new Date('1975-01-01T02:00:00Z'));
77
// '1975-01-01'
88

9-
const rightNow = const result = dateToFormat('YYYY-MM-DD');
9+
const rightNow = dateToFormat('YYYY-MM-DD');
1010
// same thing, only later in time...
1111
```

0 commit comments

Comments
 (0)