Skip to content

Commit 250bc92

Browse files
committed
Merge pull request mattn#9 from monotasker/master
Minor spelling and grammar corrections to README
2 parents 38d1020 + 05460c8 commit 250bc92

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
webapi-vim: Vim Interface to Web API
22

33
Description:
4-
Interface to WEB APIs.
5-
Currently this library support following protocols.
4+
An Interface to WEB APIs.
5+
Currently this library supports the following protocols:
66

77
* Basic HTTP
88
* OAuth
@@ -14,14 +14,14 @@ Description:
1414
This library contains:
1515
XML Parser
1616
HTML Parser(Hack Way)
17-
JSON Praser
18-
BASE64 Hash Algorism
19-
SHA1 Hash Algorism
20-
HMAC HASH Algorism
17+
JSON Parser
18+
BASE64 Hash Algorithm
19+
SHA1 Hash Algorithm
20+
HMAC HASH Algorithm
2121
Bit Operation Library
2222
Converter for "UTF-8 to Unicode"
2323

24-
Require:
24+
Requirements:
2525

2626
curl command : http://curl.haxx.se/
2727

0 commit comments

Comments
 (0)