From 07ffcff3a50767e54ea547efa00383e0aa048ae4 Mon Sep 17 00:00:00 2001 From: migi <64385774+0xmigi@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:23:21 -0400 Subject: [PATCH] Update installation.md (#552) Removed confusing misplaces 'the' in Anchor CLI installation section --- docs/intro/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/installation.md b/docs/intro/installation.md index 26a4653b2..bf3ddd1b5 100644 --- a/docs/intro/installation.md +++ b/docs/intro/installation.md @@ -265,7 +265,7 @@ writing Solana programs. There are two ways to install the Anchor CLI and tooling: -1. Using Anchor Version Manager (AVM) - the is the **recommended installation** +1. Using Anchor Version Manager (AVM) - is the **recommended installation** method since it simplifies updating Anchor versions in the future 2. Without AVM - this requires more a manual process to update Anchor versions later