From 98382418120f0eebe36eb6c458a6814bccd39fbd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 14 Dec 2011 23:12:09 -0500 Subject: [PATCH] fix example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b9c2b6b..37ea7ff 100644 --- a/README.rst +++ b/README.rst @@ -9,4 +9,4 @@ Usage Convert a CSV file to XLS:: - $ curl -d users.csv http://api.python-tablib.org/xls > users.xls \ No newline at end of file + $ curl -d users.csv http://api.python-tablib.org/csv/xls > users.xls \ No newline at end of file