浏览代码

Fixed numbering issue in README

Jonathan 8 年之前
父节点
当前提交
1d270e5a88
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -14,8 +14,8 @@ Once you've installed the required tools:
 1. `git clone https://github.com/luveti/MusareNode.git`
 2. `cd MusareNode`
 3. `cp config/template.json config/default.json` 
-
-The `secret` key can be whatever. It's used by express's session module. The `apis.youtube.key` value can be obtained by setting up a [YouTube API Key](https://developers.google.com/youtube/v3/getting-started).
+ 
+  > The `secret` key can be whatever. It's used by express's session module. The `apis.youtube.key` value can be obtained by setting up a [YouTube API Key](https://developers.google.com/youtube/v3/getting-started).
 
 4. `vagrant up`
 5. `vagrant reload`