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

Commit

Permalink
fix plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Aug 14, 2016
1 parent a7ca72d commit 8bca124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/authoring-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Plugins can only add Web APIs and URL schemes.
Beaker plugins are node modules with a name that follows the form of `beaker-plugin-*`.
For example, `beaker-plugin-dat` and `beaker-plugin-ipfs` are valid plugin names.

On load, Beaker will find all modules that fit that name-scheme under `./app/node_modules`, and load them.
On load, Beaker will find all modules that fit that name-scheme in the global `node_modules` directory, and load them.

For reference, see [beaker-plugin-dat](https://github.com/pfrazee/beaker-plugin-dat) and [beaker-plugin-ipfs](https://github.com/pfrazee/beaker-plugin-ipfs).

Expand Down

0 comments on commit 8bca124

Please sign in to comment.