浏览代码

readme typo

Kevin Hughes 11 年之前
父节点
当前提交
2d753dd94c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.rdoc

+ 3 - 3
README.rdoc

@@ -77,9 +77,9 @@ ShopifyAPI uses ActiveResource to communicate with the REST web service. ActiveR
 
 
    and you'll get your permanent access token back in the response.
    and you'll get your permanent access token back in the response.
 
 
-   There is a method to make the request and get the token for you, pass
-   all the params recieved from the previous call and the method will verify
-   the params, extract the temp code and then request your token::
+   There is a method to make the request and get the token for you. Pass
+   all the params received from the previous call and the method will verify
+   the params, extract the temp code and then request your token:
 
 
     token = session.request_token(params)
     token = session.request_token(params)