Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alordash authored Nov 27, 2020
1 parent d854aef commit bf60412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ let string = 'Вернуться домой в 8:30 вечера и пригот
let result = parseDate(string);

console.log('время 1 :>> ', JSON.stringify(result[0].target_date));
//=> вреия 1 :>> {"minutes":30,"hours":20}
//=> время 1 :>> {"minutes":30,"hours":20}

console.log('событие 1 :>> ', result[0].string);
//=> событие 1 :>> Вернуться домой и приготовить ужин
Expand Down

0 comments on commit bf60412

Please sign in to comment.