Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 9a228c1

Browse files
authored
Merge pull request #44 from wieczorek1990/master
Fixed typo.
2 parents b24fa74 + ed20dce commit 9a228c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The easiest way to get up-and-running is to `install Docker <https://www.docker.
8888

8989
.. code:: bash
9090
91-
# Setup the alias. Put this in your .bash_rc or .zshrc file so it's available at startup.
91+
# Setup the alias. Put this in your .bashrc or .zshrc file so it's available at startup.
9292
alias enhance='function ne() { docker run -v $(PWD)/`dirname $1`:/ne/input -it alexjc/neural-enhance input/`basename $1`; }; ne'
9393
9494
# Now run any of the examples above using this alias, without the `.py` extension.
@@ -179,7 +179,7 @@ You need to install Lasagne and Theano directly from the versions specified in `
179179
ValueError: unknown locale: UTF-8
180180
---------------------------------
181181

182-
It seems your terminal is misconfigured and not compatible with the way Python treats locales. You may need to change this in your ``.bash_rc`` or other startup script. Alternatively, this command will fix it once for this shell instance.
182+
It seems your terminal is misconfigured and not compatible with the way Python treats locales. You may need to change this in your ``.bashrc`` or other startup script. Alternatively, this command will fix it once for this shell instance.
183183

184184
**FIX:** ``export LC_ALL=en_US.UTF-8``
185185

0 commit comments

Comments
 (0)