Skip to content

Commit

Permalink
Removed non-ASCII characters from README (closes httpie#85).
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Aug 16, 2012
1 parent 8bf7f82 commit 86256af
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.rst
Expand Up @@ -2,9 +2,7 @@
HTTPie: cURL for Humans
***********************

v0.2.8dev

☞ `README for stable version`_
v0.2.8dev (`stable version`_)

HTTPie is a **command line HTTP client** whose goal is to make CLI interaction
with web services as **human-friendly** as possible. It provides a
Expand Down Expand Up @@ -636,14 +634,14 @@ You can use ``cat`` to enter multiline data on the terminal:
.. code-block:: bash
$ cat | http POST example.com
$ cat | http POST example.com
<paste>
^D
.. code-block:: bash
$ cat | http POST example.com/todos Content-Type:text/plain
$ cat | http POST example.com/todos Content-Type:text/plain
- buy milk
- call parents
^D
Expand Down Expand Up @@ -1043,6 +1041,6 @@ Changelog
.. _0.2.6: https://github.com/jkbr/httpie/compare/0.2.5...0.2.6
.. _0.2.7: https://github.com/jkbr/httpie/compare/0.2.5...0.2.7
.. _0.2.8dev: https://github.com/jkbr/httpie/compare/0.2.7...master
.. _README for stable version: https://github.com/jkbr/httpie/tree/0.2.7#readme
.. _stable version: https://github.com/jkbr/httpie/tree/0.2.7#readme
.. _AUTHORS.rst: https://github.com/jkbr/httpie/blob/master/AUTHORS.rst
.. _LICENSE: https://github.com/jkbr/httpie/blob/master/LICENSE

0 comments on commit 86256af

Please sign in to comment.