Skip to content

Commit

Permalink
FIX: Fix typo in env name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 authored Dec 12, 2023
1 parent 1b84bc6 commit 5578877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ If you are interested in running this material locally on your computer, you wil
1. Create and activate your conda environment from the `environment.yml` file
```bash
conda env create -f environment.yml
conda activate esgf-cookbok-dev
conda activate esgf-cookbook-dev
```
1. Move into the `notebooks` directory and start up Jupyterlab
```bash
Expand Down

0 comments on commit 5578877

Please sign in to comment.