Skip to content

Commit b1403cd

Browse files
committed
typo
1 parent c170e08 commit b1403cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Can detect a date interval in a document. well, most of the time.
1212
```javascript
1313
import parseDateIntervals from "@datagica/parse-date-intervals";
1414

15-
parseDateInterval(INPUT).then(result => {
15+
parseDateIntervals(INPUT).then(result => {
1616
if (result == null) {
1717
console.log("not found")
1818
} else {

0 commit comments

Comments
 (0)