diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-03-01 16:51:47 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-03-01 16:51:47 +0100 |
commit | 8d9a0a91f0e6a4f617b9e69460e7f967156b7c18 (patch) | |
tree | d0f0266c50c2f84a8f8b610502ad4cec9879a9d1 /docs | |
parent | 15640dfdf05bb1bd9929b2423fda4b4fd68f14f6 (diff) | |
download | gitbook-8d9a0a91f0e6a4f617b9e69460e7f967156b7c18.zip gitbook-8d9a0a91f0e6a4f617b9e69460e7f967156b7c18.tar.gz gitbook-8d9a0a91f0e6a4f617b9e69460e7f967156b7c18.tar.bz2 |
Add test for plugin installation from github
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/create.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plugins/create.md b/docs/plugins/create.md index 787b191..3a5e346 100644 --- a/docs/plugins/create.md +++ b/docs/plugins/create.md @@ -57,7 +57,7 @@ Private plugins can be hosted on GitHub and included using `git` urls: ``` { "plugins": [ - "git+https://github.com/MyCompany/mygitbookplugin.git#1.0.0" + "myplugin@git+https://github.com/MyCompany/mygitbookplugin.git#1.0.0" ] } ``` |