Skip to content

Commit 1548878

Browse files
committed
Add examples to README
1 parent a9932e1 commit 1548878

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ This module exposes 2 functions:
1515
* `registerAPI(name, api, plugin)` - registers plugin API in global variable (`window`)
1616
* `pluginApi(name)` - returns plugin API based on its name
1717

18+
## Examples
19+
20+
Following plugin already use `@vanakat/plugin-api`:
21+
22+
* [Zotero Bridge](https://github.com/vanakat/zotero-bridge) as a API provider
23+
* [Zotero Link](https://github.com/vanakat/zotero-link) as API consumer
24+
1825
## License
1926

2027
MIT

0 commit comments

Comments
 (0)