Browse Source

Mention that percent encoding/decoding functions are based on those in ibrowse.

Tim Fletcher 15 years ago
parent
commit
e8aecf057b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.txt

+ 3 - 0
README.txt

@@ -26,6 +26,9 @@ Quick start (client usage):
 
 Thanks to Jason Davies, Paul Bonser, and Roberto Aloi for their patches.
 
+The percent encoding/decoding implementations are based on those found in
+the ibrowse library, written by Chandrashekhar Mullaparthi.
+
 Example client/server code is at http://github.com/tim/erlang-oauth-examples.
 
 Unit tests are at http://github.com/tim/erlang-oauth-tests.