diff --git a/aider/website/docs/usage/tips.md b/aider/website/docs/usage/tips.md index ff2b71abe..1ab8d3f38 100644 --- a/aider/website/docs/usage/tips.md +++ b/aider/website/docs/usage/tips.md @@ -57,7 +57,8 @@ LLMs know about a lot of standard tools and libraries, but may get some of the f You can provide up-to-date documentation in a few ways: - Paste doc snippets into the chat. -- Include a URL to docs in your chat message. Aider will scrape and read the URL. +- Include a URL to docs in your chat message +and aider will scrape and read it. For example: `Add a submit button like this https://ui.shadcn.com/docs/components/button`. - Use the [`/read` command](commands.html) to read doc files into the chat from anywhere on your filesystem. - If you have coding conventions or standing instructions you want aider to follow, consider using a [conventions file](conventions.html).