diff --git a/README.md b/README.md
index 15bcc8fe7998d9cec448f0768fea1cbc5695224b..431fe3151ecd6b6e4c75e62208b83b5ced735da1 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # DataTools_Tutorial_Demo
 Set of jupyter notebooks created by students in CMSE495 (Michigan State University) that demonstrate some useful data science tools. 
 
-This notebook includse an environment.yml file. Create and activate an enviornment using the following commands (Assumes anadonda or minicond is installed):
+This notebook includse an environment.yml file. Create and activate an enviornment using the following commands (Assumes anadonda or miniconda is installed):
 
 conda env create --prefix ./envs --file environment.yml
 conda activate ./envs