Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bckim92 committed Jul 6, 2018
1 parent cde0d61 commit 3ee8102
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ that switches conda environments automatically as you move between directories.
* Commands_
* Options_
* `Security Warnings`_
* `Running Tests`_
* `Running Tests (not available now)`_


How it Works
Expand Down Expand Up @@ -64,13 +64,13 @@ Zgen_

::

zgen load "MichaelAquilina/zsh-autoswitch-conda"
zgen load "bckim92/zsh-autoswitch-conda"

Setup
-----

``conda`` must be installed for this plugin to work correctly.
You can find installation instructions from `official conda user guide<https://conda.io/docs/user-guide/install/index.html#installation>__`.
You can find installation instructions from `official conda user guide <https://conda.io/docs/user-guide/install/index.html#installation>`__.
For example, in linux 64-bit environment, you can install Miniconda-python3 as follows:

::
Expand Down

0 comments on commit 3ee8102

Please sign in to comment.