correct spelling

pull/297/head
guidotheelen 2020-04-14 13:50:49 +02:00
parent 7d56acd759
commit 4596ae8a0d
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Color and Black-and-White Noto emoji fonts, and tools for working with them.
## Building NotoColorEmoji
Building NotoColorEmoji requires Python 3, and uses virtual envorinments to manage dependencies. Use the following steps to get up and running.
Building NotoColorEmoji requires Python 3, and uses virtual environments to manage dependencies. Use the following steps to get up and running.
Create a virtual environment called `noto-emoji-env`:
@ -13,7 +13,7 @@ Activate the virtual environment:
source noto-emoji-env/bin/activate
Install the python requirements with:
Install the Python requirements with:
pip install -r requirements.txt