From 1eb6d5d1205445416828c66a179d95fedb09d072 Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Fri, 29 Dec 2023 00:40:37 +0000 Subject: [PATCH] docs: update provider note in Starkli 101 --- book/src/tutorials/starkli-101.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/tutorials/starkli-101.md b/book/src/tutorials/starkli-101.md index 9a8b79a..eb29b39 100644 --- a/book/src/tutorials/starkli-101.md +++ b/book/src/tutorials/starkli-101.md @@ -9,7 +9,7 @@ In this tutorial, you will be guided from scratch to deploy contracts on the Sta > ℹ️ **Note** > -> To make it easier to get started, this tutorial skips the step of choosing a provider and uses the sequencer gateway fallback, but this is discouraged in practice. +> To make it easier to get started, this tutorial skips the step of choosing a provider and uses the `goerli` network fallback with [free RPC vendor](../providers.md#free-rpc-vendors), but relying on the network fallback is discouraged in practice. > > Make sure to visit the [providers](../providers.md) page to learn more once you finish the tutorial.