From dd1c0178fc6e57c789ba7bb3b9543a4cc41e5afc Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Sat, 16 Nov 2013 10:00:24 -0500 Subject: [PATCH] README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 72df7fc..cfb6aa7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Haste Client +[![Build Status](https://secure.travis-ci.org/seejohnrun/haste-client.png)](http://travis-ci.org/seejohnrun/haste-client) + haste-client is a simple client for uploading data to haste-server. All you do it pipe data in STDIN: `cat file | haste` @@ -54,6 +56,7 @@ You can also use `Haste` as a library to upload hastes: ``` ruby uploader = Haste::Uploader.new uploader.upload_raw 'this is my data' # key +uploader.upload_path '/tmp/whaaaa' # key ``` ## Windows Support