Skip to content

Commit 60d01cc

Browse files
authored
Fix MD004 lint error: use dashes instead of asterisks for unordered list
1 parent 7b472e8 commit 60d01cc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

products/tools/mcp-server/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ Your AI client is now connected to Shopware. Try a few prompts to verify that th
173173

174174
For example:
175175

176-
* Show all products in my store.
177-
* Find products with stock below five units.
178-
* Find all active products without descriptions.
179-
* Generate SEO-friendly meta titles for your products (eg, guitars)
180-
* Increase prices of products in a specific category by 5%. Show a preview before applying the changes.
176+
- Show all products in my store.
177+
- Find products with stock below five units.
178+
- Find all active products without descriptions.
179+
- Generate SEO-friendly meta titles for your products (eg, guitars)
180+
- Increase prices of products in a specific category by 5%. Show a preview before applying the changes.
181181

182182
If the AI can retrieve data and respond to these requests, your integration is ready to use.
183183

0 commit comments

Comments
 (0)