conductor-node 0.0.16 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ To send a request to a specific QuickBooks Desktop user, you must also supply th
|
|
|
23
23
|
|
|
24
24
|
```ts
|
|
25
25
|
import Conductor from "conductor-node";
|
|
26
|
-
const conductor = new Conductor("sk_test_...");
|
|
26
|
+
const conductor = new Conductor({ apiKey: "sk_test_..." });
|
|
27
27
|
|
|
28
28
|
conductor.qbd
|
|
29
29
|
.accountAdd("mock_qbwc_username", {
|