From 752949660695a24d9eb558a047840e16b2962982 Mon Sep 17 00:00:00 2001 From: Alex Maldonado Date: Tue, 7 Jul 2026 00:21:00 -0400 Subject: [PATCH] fix: use tar.gz instead of .zip --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 725cfae..467f508 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,8 @@ In practice, manuscripts and websites authored under time constraints tend to de You can install this Quarto extension with the following command: - ```bash -quarto add https://git.scient.ing/infra/units-quarto-extension/archive/main.zip +quarto add https://git.scient.ing/infra/units-quarto-extension/archive/main.tar.gz ``` Following installation, confirm the presence of the extension within the project: @@ -55,7 +54,7 @@ The bond length is {{< distance 1.54 angstrom >}}. | `temperature` | `{{< temperature [] >}}` | Temperature: kelvin, celsius, fahrenheit (affine conversion). | | `massconc` | `{{< massconc >}}` | Mass-per-volume concentration converted to molar concentration given an explicit molar mass. | -Each quantity shortcode accepts an optional keyword argument, `notation=sci` or `notation=plain`, which overrides the automatic determination of numerical formatting described in Section 6. +Each quantity shortcode accepts an optional keyword argument, `notation=sci` or `notation=plain`, which overrides the automatic determination of numerical formatting described below. ## Supported Unit Categories