aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Novak2020-04-10 16:37:48 -0700
committerAdam Novak2020-04-10 16:46:02 -0700
commita0feaff212f5e4c030dc231a23f8df704ac3aa53 (patch)
tree825d4c75f37bb67adb87960a1b5f35c9bcb01cf5 /README.md
parentffad8c21f08aca1cf65809c398f3613846e7c8ba (diff)
downloadbh20-seq-resource-a0feaff212f5e4c030dc231a23f8df704ac3aa53.tar.gz
bh20-seq-resource-a0feaff212f5e4c030dc231a23f8df704ac3aa53.tar.lz
bh20-seq-resource-a0feaff212f5e4c030dc231a23f8df704ac3aa53.zip
Fix README typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8a5a6dd..2a1657d 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ sudo apt install -y virtualenv git libcurl4-openssl-dev build-essential python3-
pip3 install --user git+https://github.com/arvados/bh20-seq-resource.git@master
```
-3. **Make sure the tool is on your `PATH`.** THe `pip3` command will install the uploader in `.local/bin` inside your home directory. Your shell may not know to look for commands there by default. To fix this for the terminal you currently have open, run:
+3. **Make sure the tool is on your `PATH`.** The `pip3` command will install the uploader in `.local/bin` inside your home directory. Your shell may not know to look for commands there by default. To fix this for the terminal you currently have open, run:
```sh
export PATH=$PATH:$HOME/.local/bin
@@ -174,7 +174,7 @@ pip3 install gunicorn
gunicorn bh20simplewebuploader.main:app
```
-This runs on [http://127.0.0.1:8000/](http://127.0.0.1:8000/) by default, but can be adjusted with various [gunicorn options](http://docs.gunicorn.org/en/latest/run.html#commonly-used-arguments)
+This runs on [http://127.0.0.1:8000/](http://127.0.0.1:8000/) by default, but can be adjusted with various [gunicorn options](http://docs.gunicorn.org/en/latest/run.html#commonly-used-arguments).