Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed May 29, 2019
1 parent cd7bb8b commit 40eb654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { CronicleClient, NumberedBoolean, BaseCategories, BaseTargets,

const scheduler = new CronicleClient({
masterUrl: 'http://localhost:3012',
apiKey: '<your key>',
apiKey: '<your api key>',
});

scheduler.createEvent({
Expand Down Expand Up @@ -101,7 +101,7 @@ export enum Targets {

const scheduler = new CronicleClient<Categories, Targets, Plugins>({
masterUrl: 'http://localhost:3012',
apiKey: '<your key>',
apiKey: '<your api key>',
});

scheduler.createEvent({
Expand Down Expand Up @@ -132,7 +132,7 @@ TBD

## Versions

Squiss supports Node 6 LTS and higher.
Cronicle client supports Node 6 LTS and higher.

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"keywords": [
"cronicle",
"client",
"sqs",
"typescript",
"node"
"node",
"api"
],
"author": "Regev Brody <regevbr@gmail.com>",
"license": "ISC",
Expand Down

0 comments on commit 40eb654

Please sign in to comment.