diff --git a/apps/base-docs/docs/pages/quickstart.mdx b/apps/base-docs/docs/pages/quickstart.mdx index 0628e7f609..4d828844d1 100644 --- a/apps/base-docs/docs/pages/quickstart.mdx +++ b/apps/base-docs/docs/pages/quickstart.mdx @@ -35,7 +35,7 @@ OnchainKit is a library of ready-to-use React components and Typescript utilitie npm create onchain@latest ``` -The prompots will ask you for a CDP API Key which you can get [here](https://portal.cdp.coinbase.com/projects/api-keys/client-key). +The prompts will ask you for a CDP API Key which you can get [here](https://portal.cdp.coinbase.com/projects/api-keys/client-key). Once you've gone through the prompts, you'll have a new project directory with a basic OnchainKit app. Run the following to see it live.