Skip to content

Commit c87f795

Browse files
committed
Test GH action
1 parent fbcf6cd commit c87f795

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Copy this entire page as Markdown and paste it into your LLM to get started —
2121

2222
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.
2323

24-
### Skill approach (recommended)
24+
### Skill approach
2525

2626
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.
2727

2828
```
29-
npx skills add adaptyteam/adapty --skill adapty-cli
29+
npx skills add adaptyteam/adapty-cli --skill adapty-cli
3030
```
3131

3232
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.

src/data/sidebars/tutorial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@
631631
{
632632
"id": "localize-onboardings",
633633
"type": "doc",
634-
"label": "Localize onboardings"
634+
"label": "Localize onboarding"
635635
},
636636
{
637637
"type": "doc",

0 commit comments

Comments
 (0)