From 38c4fefcc9d4d551c830156e5f49ad7f75e95f7e Mon Sep 17 00:00:00 2001 From: Enes Akar Date: Mon, 21 Apr 2025 21:15:58 -0700 Subject: [PATCH] Update README.md --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 68a1d28..273d93a 100644 --- a/README.md +++ b/README.md @@ -13,23 +13,20 @@ LLMs rely on outdated or generic information about the libraries you use. You ge Context7 MCP pulls up-to-date, version-specific documentation and code examples straight from the source — and places them directly into your prompt. -Add `use context7` to your question in Cursor: +Add `use context7` to your prompt in Cursor: ```txt -How do I use the new Next.js `after` function? use context7 +Create a basic Next.js project with app router. use context7 ``` ```txt -How do I invalidate a query in React Query? use context7 +Create a script to delete the rows where the city is "" given PostgreSQL credentials. use context7 ``` -```txt -How do I protect a route with NextAuth? use context7 -``` -Context7 fetches up-to-date documentation and working code examples right into your LLM's context. +Context7 fetches up-to-date code examples and documentation right into your LLM's context. -- 1️⃣ Ask your question naturally +- 1️⃣ Write your prompt naturally - 2️⃣ Tell the LLM to `use context7` - 3️⃣ Get working code answers