Skip to content

Commit 01443f9

Browse files
Merge pull request #2 from vvzvlad/patch-1
Update README.md
2 parents 2a11b33 + 304ee84 commit 01443f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tarantoolctl rocks install cron-parser
1212
# Example
1313

1414
````
15-
local cron = require('cron.parser')
15+
local cron = require('cron')
1616
1717
local expr, err = cron.parse('0 */15 * * * *')
1818
if not expr then
@@ -26,4 +26,4 @@ print(os.date('%Y-%m-%d %H:%M:%S', ts))
2626

2727
# References
2828

29-
ccronexpr library: https://github.com/staticlibs/ccronexpr
29+
ccronexpr library: https://github.com/staticlibs/ccronexpr

0 commit comments

Comments
 (0)