From 28456c59f8333c0b3683aaa05c8d666d808a7f59 Mon Sep 17 00:00:00 2001 From: Pawan Paudel Date: Thu, 9 Nov 2023 20:11:25 +0545 Subject: [PATCH] chore: Update template README --- apps/cli/template/next/common/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cli/template/next/common/README.md b/apps/cli/template/next/common/README.md index eff6363..0f64bd5 100644 --- a/apps/cli/template/next/common/README.md +++ b/apps/cli/template/next/common/README.md @@ -1,6 +1,6 @@ # Arweave StarterKit -Fast track your journey to building decentralized applications on Arweave with `create-arweave-app`. This CLI tool effortlessly sets up an entire application, harnessing the power of [NextJS](https://nextjs.org/) as the framework, [Shadcn UI](https://ui.shadcn.com/) for a sleek and aesthetic interface, and [ArweaveKit](https://arweavekit.com/?utm_source=Github&utm_medium=StarterKit+Repo&utm_campaign=Create-Arweave-App+StarterKit+Docs&utm_id=Create-Arweave-App+StarterKit+Docs) to seamlessly interact with the Arweave ecosystem. +Fast track your journey to building decentralized applications on Arweave with the Arweave StarterKit. A CLI tool that effortlessly sets up an entire application, harnessing the power of [NextJS](https://nextjs.org/) as the framework, [Shadcn UI](https://ui.shadcn.com/) for a sleek and aesthetic interface, and [ArweaveKit](https://arweavekit.com/?utm_source=Github&utm_medium=StarterKit+Repo&utm_campaign=Create-Arweave-App+StarterKit+Docs&utm_id=Create-Arweave-App+StarterKit+Docs) to seamlessly interact with the Arweave ecosystem. ## Getting Started @@ -30,7 +30,7 @@ Start editing the page by modifying `app/page.tsx` or `pages/index.ts`, as per y ## Why use a StarterKit? -Building DApps from scratch can be a daunting task. From setting up the environment to ensuring compatibility across different components, the process can be time-consuming. A scaffold provides a pre-configured foundation, enabling developers to focus on building unique features and functionalities rather than the underlying setup. +Building DApps from scratch can be a daunting task. From setting up the environment to ensuring compatibility across different components, the process can be time-consuming. A starter kit provides a pre-configured foundation, enabling developers to focus on building unique features and functionalities rather than the underlying setup. ## What are the key components of the StarterKit?