From b6eef4b6282266f05fb9ed96ecf6d599c8eb7b01 Mon Sep 17 00:00:00 2001
From: John Crepezzi <john.crepezzi@gmail.com>
Date: Fri, 18 Nov 2011 20:04:50 -0500
Subject: [PATCH] Update README

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 86b83fe..a657a32 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,17 @@ Major design objectives:
 * Be really simple
 * Be easy to set up and use
 * By default, don't require any external database
+* API-driven
+
+Haste works really well with a little utility called haste-client, allowing you to do things like:
+
+`cat something | haste`
+
+which will output a URL to share, or
+
+`cat something | haste | pbcopy`
+
+to copy the URL to the clipboard.
 
 ## Installation