We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38d1020 + 05460c8 commit 250bc92Copy full SHA for 250bc92
1 file changed
README
@@ -1,8 +1,8 @@
1
webapi-vim: Vim Interface to Web API
2
3
Description:
4
- Interface to WEB APIs.
5
- Currently this library support following protocols.
+ An Interface to WEB APIs.
+ Currently this library supports the following protocols:
6
7
* Basic HTTP
8
* OAuth
@@ -14,14 +14,14 @@ Description:
14
This library contains:
15
XML Parser
16
HTML Parser(Hack Way)
17
- JSON Praser
18
- BASE64 Hash Algorism
19
- SHA1 Hash Algorism
20
- HMAC HASH Algorism
+ JSON Parser
+ BASE64 Hash Algorithm
+ SHA1 Hash Algorithm
+ HMAC HASH Algorithm
21
Bit Operation Library
22
Converter for "UTF-8 to Unicode"
23
24
-Require:
+Requirements:
25
26
curl command : http://curl.haxx.se/
27
0 commit comments