Fix small typo in PLUGINS

[ci skip]

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2193/head
Alex Coles 10 years ago
parent 3dd7cf2ed1
commit 5a6202a4f8
  1. 4
      doc/PLUGINS.md

@ -81,9 +81,9 @@ _CAVEAT: npm dependencies for hybrid plugins are not yet resolved._
**To use a hybrid plugin:**
* declare the dependency in `Gemfile.plugins` within the `:opf_plugins` group
using the Bundler DSL. The
using the Bundler DSL.
* run `bundle install`.
* then run `bundle install`.
You **do not** need to modify the `package.json` of OpenProject core. Provided
Ruby Bundler is aware of these plugins, Webpack (our node-based build pipeline)

Loading…
Cancel
Save