Skip to content

Commit d090d39

Browse files
committed
test
1 parent 4e968a3 commit d090d39

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/docs/kmp/adapty-cursor-kmp.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ This guide helps you integrate Adapty into your Kotlin Multiplatform app with th
1616
Copy this entire page as Markdown and paste it into your LLM to get started — click **Copy for LLM** at the top of the page or open [the .md version](https://adapty.io/docs/adapty-cursor-kmp.md). The LLM will use the guide links and checkpoints to walk you through each stage.
1717
:::
1818

19-
## Before you start: dashboard setup
19+
## Before you start
2020

2121
Adapty requires some dashboard configuration before you write any SDK code. You can do this with an interactive LLM skill, or manually through the Dashboard.
2222

2323
### Skill approach (recommended)
2424

25-
The super cool Adapty CLI skill lets your LLM set up your app, products, access levels, paywalls, and placements directly — without opening the Dashboard for each step. You only need to [connect your stores](integrate-payments) in the Dashboard.
25+
The Adapty CLI skill lets your LLM set up your app, products, access levels, paywalls, and placements directly — without opening the Dashboard for each step. You only need to [connect your stores](integrate-payments) in the Dashboard.
2626

2727
```
28-
npx skills add adaptyteam/adapty --skill adapty-cli
28+
npx skills add adaptyteam/adapty-cli --skill adapty-cli
2929
```
3030

3131
Once the skill is added, run `/adapty-cli` in your agent. It will guide you through each step — including when to open the Dashboard to connect your stores.

0 commit comments

Comments
 (0)