Skip to content

Commit

Permalink
Fix README code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
teake committed Mar 29, 2019
1 parent 81bfe2d commit 3fc82b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The immediate neighborhood of sqlite:

Everything in between sqlite and ncurses:

.. code:block:: console
.. code-block:: console
$ conda depgraph --name base out sqlite in ncurses
Expand All @@ -124,7 +124,7 @@ Everything in between sqlite and ncurses:

A list of the direct dependencies of Python, plus Python itself:

.. code:block:: console
.. code-block:: console
$ conda depgraph --name base --names-only out --distance=1 python
Expand All @@ -144,7 +144,7 @@ A list of the direct dependencies of Python, plus Python itself:

A list of all packages that require Python, plus Python itself:

.. code:block:: console
.. code-block:: console
$ conda depgraph --name base --names-only in --distance=1 python
Expand Down Expand Up @@ -190,7 +190,7 @@ A list of all packages that require Python, plus Python itself:

Use data from cached channels:

.. code:block:: console
.. code-block:: console
$ conda depgraph --from-channels out --distance=1 jupyter
Expand Down

0 comments on commit 3fc82b0

Please sign in to comment.