# HG changeset patch # User Edho Arief # Date 1368418801 -32400 # Node ID c2a76a901e61b54404bad7c0a5ac6bc97be81fce # Parent fb9909885d6360f3bd429a1870ba8643be5b4cef No need to base64. diff -r fb9909885d63 -r c2a76a901e61 README.md --- a/README.md Mon May 13 13:19:33 2013 +0900 +++ b/README.md Mon May 13 13:20:01 2013 +0900 @@ -33,7 +33,7 @@ Or with gzip to save bandwidth: - ...some commands... | gzip | openssl base64 | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip_base64]=<-' + ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-' Design ------