Skip to content

Commit cb86ea2

Browse files
committed
chore: 🔨 update readme.md
1 parent b95b65b commit cb86ea2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ An tool that converts webpage content into Markdown format, optimized for LLM tr
1010
- Shadcn UI
1111
- Vercel AI SDK
1212
- Google Gemini 1.5 Flash
13+
- Upstash Redis
1314

1415
## Usage
1516

@@ -21,7 +22,7 @@ An tool that converts webpage content into Markdown format, optimized for LLM tr
2122

2223
1. Clone the repository
2324
2. Run `pnpm install`
24-
3. Copy `.env.example` to `.env.local` and add your Google Gemini API key
25+
3. Copy `.env.example` to `.env.local` and add required environment variables
2526
4. Run `pnpm dev`
2627

2728
## License

example.env

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
GOOGLE_GENERATIVE_AI_API_KEY=
1+
GOOGLE_GENERATIVE_AI_API_KEY=
2+
GOOGLE_GENERATIVE_AI_API_KEY=
3+
UPSTASH_REDIS_REST_URL=
4+
UPSTASH_REDIS_REST_TOKEN=

0 commit comments

Comments
 (0)