Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 0b6adfc

Browse files
committed
update readme
1 parent ace5b4b commit 0b6adfc

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
@@ -11,7 +11,7 @@
1111

1212
```js
1313
import TDSClient, { Project } from "todoist-rest-client";
14-
const myClient = new TDSClient(apiToken);
14+
const myClient = new TDSClient(API_TOKEN);
1515
myClient.create({ type: "project" }, new Project({ name: "New Project" }));
1616
```
1717

0 commit comments

Comments
 (0)