Просмотр исходного кода

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

Tim Fletcher 15 лет назад
Родитель
Сommit
e8aecf057b
1 измененных файлов с 3 добавлено и 0 удалено
  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.