diff --git a/README.md b/README.md
index a230b8cfcf3dcc3f2935857f624a355e37cdebfc..493a921092311a017a5cabe19cbc27bc620efc41 100644
--- a/README.md
+++ b/README.md
@@ -40,9 +40,9 @@ conda activate lightningcast
 pip install lightningcast-${LC_VERSION}.tar.gz
 ```
 
-## Setup Dev Enviorment
+## Setup Dev Environment
 
-### Initialize editable pip enviorment
+### Initialize editable pip environment
 There is a bit of setup that needs to be done so we will use the `build/dev_setup.sh` script. This script will do the setup and then install lightnincast in pip's editable mode (`pip install -e`) so that you can edit source files and then imediatly see the results by running `python -m lightningcast`. Clone the lightningcast repo and then navigate to it.
 
 ```
@@ -404,7 +404,7 @@ Finally, uncomment `$EXTRA_ARGS` and run the script. Output is ommited here but
 
 ## Docker
 
-The docker image contains the enviormental variable `CONFIG_LOC` which stores the path to the config directory inside the container. Note the single qutoes around the paths using this variable. This also assumes you still have `LC_VERSION` set from downloading the docker image. 
+The docker image contains the environmental variable `CONFIG_LOC` which stores the path to the config directory inside the container. Note the single qutoes around the paths using this variable. This also assumes you still have `LC_VERSION` set from downloading the docker image. 
 Run:
 
 ```