Merge pull request #708 from akshitsarin/patch-1

Fixed a typo in QUICKSTART.md
This commit is contained in:
Thomas Zarebczan 2019-10-13 17:58:47 -04:00 committed by GitHub
commit 2b7a580001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ sudo -H pip install --upgrade cython==0.28.1 setuptools
```
### Step 3 of 10
Install buildozer, a tool for creating the apk package using the python for android toolcahin.
Install buildozer, a tool for creating the apk package using the python for android toolchain.
```
git clone https://github.com/lbryio/buildozer.git
cd buildozer && python2.7 setup.py install && cd ..