From fdbad291f36655ae331511b72e266aa417bdaed7 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 28 Aug 2024 10:12:35 -0700 Subject: [PATCH] copy --- aider/website/docs/usage/tips.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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).