changeset 102:7a514c733e6c

A note about current design.
author Edho Arief <edho@myconan.net>
date Mon, 12 Nov 2012 11:12:20 +0700
parents 17f682a53b13
children a8768ad51926
files README.md
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Mon Nov 12 11:09:25 2012 +0700
+++ b/README.md	Mon Nov 12 11:12:20 2012 +0700
@@ -29,3 +29,8 @@
 Or with gzip to save bandwidth:
 
     ...some commands... | gzip | openssl base64 | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip_base64]=<-'
+
+Design
+------
+
+Current design is a bit crap. Suggestions and actual designs are welcome.