소스 검색

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
 ---