From abd1928943dded1c02d644f46c40dcd95e49bae9 Mon Sep 17 00:00:00 2001 From: IBPX Date: Mon, 18 Sep 2017 15:00:14 -0700 Subject: [PATCH] Simplify `date` command (#129) Make twtxting example even more simple by using "date -Isecond" --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9078fd2..047bf38 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ Features - A beautiful command-line interface thanks to click. - Asynchronous HTTP requests thanks to asyncio/aiohttp and Python 3. - Integrates well with existing tools (scp, cut, echo, date, etc.) and your shell. -- Don’t like the official client? Tweet using ``echo -e "`date +%FT%T%:z`\tHello world!" >> twtxt.txt``! +- Don’t like the official client? Tweet using ``echo -e "`date -Isecond`\tHello world!" >> twtxt.txt``! Documentation -------------