forked from extern/httpie-cli
Fix minor typos in the README and CONTRIBUTING docs (#956)
* Fix typo in CONTRIBUTING docs * Fix minor typo in README (exists --> exits)
This commit is contained in:
parent
0541490dda
commit
a448b0d928
@ -104,7 +104,7 @@ activate the environment — we have created a symlink for you. It’s a bit of
|
|||||||
a hack but it works™.)
|
a hack but it works™.)
|
||||||
|
|
||||||
You should now see ``(httpie)`` next to your shell prompt, and
|
You should now see ``(httpie)`` next to your shell prompt, and
|
||||||
the ``http`` should point to you development copy:
|
the ``http`` command should point to your development copy:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block::
|
||||||
|
|
||||||
@ -196,7 +196,7 @@ Install HTTPie in editable mode with all the dependencies:
|
|||||||
pip install --upgrade -e . -r requirements-dev.txt
|
pip install --upgrade -e . -r requirements-dev.txt
|
||||||
|
|
||||||
You should now see ``(httpie)`` next to your shell prompt, and
|
You should now see ``(httpie)`` next to your shell prompt, and
|
||||||
the ``http`` should point to your development copy:
|
the ``http`` command should point to your development copy:
|
||||||
|
|
||||||
.. code-block:: powershell
|
.. code-block:: powershell
|
||||||
|
|
||||||
|
@ -775,7 +775,7 @@ Offline mode
|
|||||||
|
|
||||||
Use ``--offline`` to construct HTTP requests without sending them anywhere.
|
Use ``--offline`` to construct HTTP requests without sending them anywhere.
|
||||||
With ``--offline``, HTTPie builds a request based on the specified options and arguments, prints it to ``stdout``,
|
With ``--offline``, HTTPie builds a request based on the specified options and arguments, prints it to ``stdout``,
|
||||||
and then exists. It works completely offline; no network connection is ever made.
|
and then exits. It works completely offline; no network connection is ever made.
|
||||||
This has a number of use cases, including:
|
This has a number of use cases, including:
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user