Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Commit

Permalink
docs(plugin): rename app argument in example
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansmith committed Feb 12, 2016
1 parent 13c6ef8 commit 11286b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/Plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class Plugin {
* // index.js
* 'use strict'
*
* module.exports = function (sunstone) {
* module.exports = function (app) {
* app.plugin('MyResource', {
* version: '0.0.1',
* dependencies: {
Expand Down

0 comments on commit 11286b1

Please sign in to comment.