From 4596ae8a0d9e77ee923390335af0f8ff476f716f Mon Sep 17 00:00:00 2001 From: guidotheelen Date: Tue, 14 Apr 2020 13:50:49 +0200 Subject: [PATCH] correct spelling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7a226f4c..9376d1745 100644 --- a/README.md +++ b/README.md @@ -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