From cecefad6470ae1a0cf24e37751a37bef76777f5e Mon Sep 17 00:00:00 2001 From: Scofield Idehen <83707090+Scofield-Idehen@users.noreply.github.com> Date: Sat, 2 Sep 2023 21:34:28 -0700 Subject: [PATCH] Update tutorials.md --- docs/tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials.md b/docs/tutorials.md index 0891a8240..5e33bef81 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -3,6 +3,6 @@ id: tutorials title: Tutorials --- -The tutorials listed on this page provide real-world examples of developing Clarity contracts using Hiro developer tools. The primary development environment for Clarity is [Clarinet](https://github.com/hirosystems/clarinet), a comprehensive app for building and testing Clarity smart contracts. The provided tutorials are focused on getting a local development environment up and running, and exercising various features of Clarinet. +The tutorials listed on this page provide real-world examples of developing Clarity contracts using Hiro developer tools. The primary development environment for Clarity is [Clarinet](https://github.com/hirosystems/clarinet), a comprehensive app for building and testing Clarity smart contracts. The provided tutorials are focused on getting a local development environment up and running and exercising various features of Clarinet. For resources on learning the Clarity language, see the [Stacks ecosystem documentation](https://docs.stacks.co) and [Clarity Universe](https://stacks.org/clarity-universe).