Browse Source

modify README.md

崎轩 10 years ago
parent
commit
6325e74efe
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -12,10 +12,14 @@ The package name should set ```gitbook-plugin-google_code_prettify```.
 
 Step1. book.json configure
 
+```
 {
     "plugins": ["gitbookcode"]
 }
+```
 
 Step2. book.json configure
 
-gitbook build ./
+```
+gitbook build ./
+```