Skip to content

Commit

Permalink
Merge pull request #33 from trim21/patch-1
Browse files Browse the repository at this point in the history
Update getting-started.html require package name
  • Loading branch information
titanism authored Nov 28, 2023
2 parents 4efe4ce + 4381068 commit 122f8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h2>Example usage</h2>
<br/>
<h4>Node Example</h4>
<pre>
var later = require('later');
var later = require('@breejs/later');

var sched = later.parse.text('every 5 mins'),
occurrences = later.schedule(sched).next(10);
Expand Down

0 comments on commit 122f8ce

Please sign in to comment.