Skip to content

Commit 783b31a

Browse files
committed
docs: update readme
1 parent baa7eda commit 783b31a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ pnpm dlx zotero-plugin create
2323

2424
#### From NPM
2525

26-
> WIP
27-
2826
```bash
2927
npm install -D zotero-plugin-scaffold
3028

@@ -66,7 +64,7 @@ You can import `defineConfig` in js module to get type hints. If no value is spe
6664
import { defineConfig } from "zotero-plugin-scaffold";
6765

6866
export default defineConfig({
69-
placeholders: {
67+
define: {
7068
addonName: "Test Addon for Zotero",
7169
addonID: "",
7270
addonRef: "",
@@ -137,7 +135,7 @@ import { Build, Config } from "zotero-plugin-scaffold";
137135

138136
const config = await Config.loadConfig();
139137

140-
const Builder = new Build(config, "production");
138+
const Builder = new Build(config);
141139
await Builder.run();
142140
```
143141

0 commit comments

Comments
 (0)