Browse Source

Update norm for names

Samy Pessé 10 years ago
parent
commit
22e8c6d5f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -13,9 +13,9 @@ A plugin for GitBook is a node package that can be published on [NPM](www.npmjs.
 
 #### name
 
-The package name should begin with ```gitbook-```. And if your plugin is a theme, it should begin with ```gitbook-theme-```.
+The package name should begin with ```gitbook-plugin-```. And if your plugin is a theme, it should begin with ```gitbook-theme-```.
 
-Examples: `gitbook-googleanalytics`, `gitbook-theme-dark`
+Examples: `gitbook-plugin-mixpanel`, `gitbook-plugin-googleanalytics`, `gitbook-theme-dark`
 
 #### engine