From fa6c03d682ceaf6565052d992ca735e76dfb396a Mon Sep 17 00:00:00 2001 From: "james.balamuta@gmail.com" Date: Mon, 21 Oct 2024 02:11:05 -0700 Subject: [PATCH] install command --- README.md | 2 +- docs/index.qmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dcebd6..489688e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To install the `{quarto-custom-callout}` extension, follow these steps: 3. Execute the following command: ```bash -quarto add coatless-quarto/customcallout +quarto add coatless-quarto/custom-callout ``` This will install the extension under the `_extensions` subdirectory. diff --git a/docs/index.qmd b/docs/index.qmd index 9818842..d0d7fdf 100644 --- a/docs/index.qmd +++ b/docs/index.qmd @@ -33,7 +33,7 @@ To install the `{quarto-custom-callout}` extension, follow these steps: 3. Execute the following command: ```bash -quarto add username/custom-callout +quarto add coatless-quarto/custom-callout ``` This command will download and install the extension under the `_extensions` subdirectory of your Quarto project.