Skip to content

Commit d2cb020

Browse files
authored
Update readme
1 parent 7e4cac7 commit d2cb020

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

toolbar-button/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,8 @@ function activate(app: JupyterFrontEnd) {
7373
app.docRegistry.addWidgetExtension('Notebook', new ButtonExtension());
7474
};
7575
```
76+
Finally exporting the plugin
77+
```ts
78+
// src/index.ts#L69-L69
79+
export default plugin;
80+
```

0 commit comments

Comments
 (0)