From 4be72a1243949c419da29c35680e3a821bcd2288 Mon Sep 17 00:00:00 2001 From: db-cloudflare <125887610+db-cloudflare@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:01:53 +0100 Subject: [PATCH] Update src/content/docs/workers/get-started/cf-tutor.mdx Co-authored-by: Jun Lee --- src/content/docs/workers/get-started/cf-tutor.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/get-started/cf-tutor.mdx b/src/content/docs/workers/get-started/cf-tutor.mdx index d5bf371873e731..930c2e59a582f5 100644 --- a/src/content/docs/workers/get-started/cf-tutor.mdx +++ b/src/content/docs/workers/get-started/cf-tutor.mdx @@ -14,7 +14,7 @@ import { Badge, Render } from "~/components"; Cloudflare CLI tutor, or `cf-tutor` is a guided learning experience within your terminal. If you are unfamiliar with Workers or are new to command line interface (CLI) based development, cf-tutor offers introductions on how to use Workers with other Cloudflare products through your terminal. -`cf-tutor` is currently a beta application in pre-release. To download the application, you can use the `git clone` in your terminal or download the application from the releases page on the project repo. +`cf-tutor` is currently a beta application in pre-release. To download the application, you can use the `git clone` in your terminal, or download the application from the releases page on the project repo. ## Prerequisites