From 3a6d990d4c6a267de2a724d1071a970a834b8b31 Mon Sep 17 00:00:00 2001 From: Andrew Fitzgerald Date: Thu, 6 Apr 2023 12:41:55 -0700 Subject: [PATCH] [docs]: reduce header level (#31084) --- docs/src/getstarted/local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/getstarted/local.md b/docs/src/getstarted/local.md index 067cc625a9..673ca177b0 100644 --- a/docs/src/getstarted/local.md +++ b/docs/src/getstarted/local.md @@ -68,7 +68,7 @@ By default, the `solana-keygen` command will create a new file system wallet loc > **NOTE:** > If you already have a file system wallet saved at the default location, this command will **NOT** override it (unless you explicitly force override using the `--force` flag). -#### Set your new wallet as default +### Set your new wallet as default With your new file system wallet created, you must tell the Solana CLI to use this wallet to deploy and take ownership of your on chain program: