浏览代码

Minor formatting;

Bjorn Swenson 8 年之前
父节点
当前提交
80acb35d83
共有 1 个文件被更改,包括 8 次插入4 次删除
  1. 8 4
      README.md

+ 8 - 4
README.md

@@ -5,10 +5,14 @@ Lua implementation of GraphQL.
 
 Installation
 ------------
-1. Using luvit  
-`lit install bjornbytes/graphql`
-2. Using luarocks  
-`luarocks install graphql`
+
+1. Using luvit
+
+        lit install bjornbytes/graphql
+    
+2. Using luarocks
+
+        luarocks install graphql
 
 Example
 ---