mirror of
https://github.com/httpie/cli.git
synced 2025-01-10 00:28:12 +02:00
Fixed some lines (#723)
This commit is contained in:
parent
256ea7d49d
commit
91961c6b51
@ -25,7 +25,7 @@ to your bug report, e.g.:
|
||||
|
||||
Before working on a new feature or a bug, please browse `existing issues`_
|
||||
to see whether it has been previously discussed. If the change in question
|
||||
is a bigger one, it's always good to discuss before your starting working on
|
||||
is a bigger one, it's always good to discuss before you start working on
|
||||
it.
|
||||
|
||||
|
||||
|
11
README.rst
11
README.rst
@ -130,10 +130,9 @@ To see which version HTTPie uses, run ``http --debug``.
|
||||
Unstable version
|
||||
----------------
|
||||
|
||||
You can also instead of the latest the latest unreleased development version
|
||||
directly from the ``master`` branch on GitHub.
|
||||
It is a work-in-progress of a future stable release so the experience
|
||||
might be not as smooth.
|
||||
You can also install the latest unreleased development version directly from
|
||||
the ``master`` branch on GitHub. It is a work-in-progress of a future stable
|
||||
release so the experience might be not as smooth.
|
||||
|
||||
|unix_build|
|
||||
|
||||
@ -435,7 +434,7 @@ JSON
|
||||
====
|
||||
|
||||
JSON is the *lingua franca* of modern web services and it is also the
|
||||
**implicit content type** HTTPie by default uses.
|
||||
**implicit content type** HTTPie uses by default.
|
||||
|
||||
|
||||
Simple example:
|
||||
@ -620,7 +619,7 @@ There are a couple of default headers that HTTPie sets:
|
||||
|
||||
|
||||
|
||||
Any of those—except for ``Host``—can be overwritten and some of them unset.
|
||||
Any of these except ``Host`` can be overwritten and some of them unset.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user