From 5578877cfea73f5f45b87873d2add0dd9e7a934d Mon Sep 17 00:00:00 2001 From: Max Grover Date: Mon, 11 Dec 2023 22:33:39 -0600 Subject: [PATCH] FIX: Fix typo in env name in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d04a7d..819ea27 100644 --- a/README.md +++ b/README.md @@ -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