summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 83da005..69e90b7 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
1`base32-bytestring` is efficient [base32][rfc] codec for bytestrings. 1`base32-bytestring` is efficient [base32 and base32hex][rfc] codec for
2The API is similar to [base64-bytestring][base64-pkg] package. 2bytestrings. The API is similar to [base16-bytestring][base16-pkg] and
3[base64-bytestring][base64-pkg] packages.
3 4
4### Performance 5### Performance
5 6
@@ -15,6 +16,7 @@ The API is similar to [base64-bytestring][base64-pkg] package.
15 16
16You can report any issues at [Issue tracker][issues]. 17You can report any issues at [Issue tracker][issues].
17 18
19[base16-pkg]: http://hackage.haskell.org/package/base16-bytestring
18[base64-pkg]: http://hackage.haskell.org/package/base64-bytestring-1.0.0.1 20[base64-pkg]: http://hackage.haskell.org/package/base64-bytestring-1.0.0.1
19[rfc]: http://tools.ietf.org/html/rfc4648 21[rfc]: http://tools.ietf.org/html/rfc4648
20[travis-img]: https://travis-ci.org/cobit/base32-bytestring.png 22[travis-img]: https://travis-ci.org/cobit/base32-bytestring.png