From 04ef45437b8a760b2a39995ed3864971541cb692 Mon Sep 17 00:00:00 2001 From: "Lumberbot (aka Jack)" <39504233+meeseeksmachine@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:18:45 +0100 Subject: [PATCH] Backport PR #626: Fix conda-forge typo in readme (#627) Co-authored-by: Demetris Roumis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e59d3d3ad..4a5dfd0a5 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ As an alternative to using `pip`, you can install `jupyter-ai` using [Conda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html) from the `conda-forge` channel, using one of the following two commands: - $ conda install -c conda-force jupyter-ai # or, + $ conda install -c conda-forge jupyter-ai # or, $ conda install conda-forge::jupyter-ai ## The `%%ai` magic command