From 74a6aa8a6a1c542e89fac8ffb6f1d4b0153ec90c Mon Sep 17 00:00:00 2001 From: LesCyber Date: Mon, 3 Mar 2025 19:35:07 +0800 Subject: [PATCH] docs: fix broken links and incorrect tag usage in README Signed-off-by: LesCyber --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d75e55c..9626d36 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ # Aztec.nr -`Aztec-nr` is a [Noir](https://noir-lang.org) framework for smart contracts on [Aztec](aztec.network). +`Aztec-nr` is a [Noir](https://noir-lang.org) framework for smart contracts on [Aztec](https://aztec.network). ### Directory Structure @@ -55,7 +55,7 @@ To use `Aztec.nr` you must have [Noir](https://noir-lang.org/) installed. Noir i The fastest way to install is with [noirup](https://noir-lang.org/docs/getting_started/quick_start). -To use `Aztec-nr` the `aztec` version of `Noir` is required (Note; this version is temporarily required if you would like to use `#[aztec()]` macros). +To use `Aztec-nr` the `aztec` version of `Noir` is required (Note: this version is temporarily required if you would like to use `#[aztec()]` macros). Once noirup is installed, you can run the following: