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

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Heejin Lee committed Mar 19, 2016
2 parents d86239e + 038fd1a commit cb484dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/how-to-make-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Following is describing a basic structure of a plugin module.
"hain": { // Hain options (Required)
"prefix": "/hello", // String || null (required)
"usage": "you can put /hello", // String (optional)
"icon": "#fa fa-heart" // String (required)
"icon": "#fa fa-heart", // String (required)
"redirect": "/helloworld" // String (optional)
}
}
Expand Down Expand Up @@ -77,5 +77,4 @@ then, **hpm** can find your plugins in npmjs registry.

```
npm publish
```

```

0 comments on commit cb484dc

Please sign in to comment.