From f147c05ff129dd3b43a398906e65eb94df854e23 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Fri, 27 Jan 2012 09:46:24 -0500 Subject: [PATCH] Add more detail to README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bc93a9..1077f8b 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,14 @@ Major design objectives: * Be really simple * Be easy to set up and use -Haste works really well with a little utility called haste-client, allowing you +Haste works really well with a little utility called +[haste-client](https://github.com/seejohnrun/haste-client), allowing you to do things like: `cat something | haste` which will output a URL to share containing the contents of `cat something`'s -STDOUT +STDOUT. Check the README there for more details and usages. ## Tested Browsers