From 2bc148752f88a0d41e12f308fded97d791522b62 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 27 Aug 2011 21:59:41 -0400 Subject: [PATCH] read it --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f0ac758..6b2dd63 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ But you want it. Usage ----- -:: +Run a command, get the response:: >>> r = envoy.run('git config', data='data to pipe in', timeout=2) @@ -26,7 +26,7 @@ Usage >>> r.std_err '' -Soon, you'll be able to pass in pipe strings too :: +Pipe stuff around too:: >>> r = envoy.run('uptime | pbcopy')