From 751d5eb33bc9db652c58d10fb35d29315545f564 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:26:21 -0600 Subject: [PATCH] xref --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 631a32a..27672f1 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ If you are interested in running this material locally on your com ```bash cd advanced-viz-cookbook ``` -1. Create and activate your [conda](xref:conda) environment from the `environment.yml` file +1. Create and activate your {terms}`conda` environment from the `environment.yml` file ```bash conda env create -f environment.yml conda activate advanced-viz-cookbook