From c7c039aeb11396c15835c12a19708aa42df8c33c Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Sat, 13 Apr 2024 13:13:24 -0700 Subject: [PATCH] docs: fix readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd3cd73..3aeeffc 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,15 @@ Convert any URL to an **LLM-friendly** input with a simple prefix `https://r.jin - Live demo: https://jina.ai/reader - Or just visit these URLs https://r.jina.ai/https://github.com/jina-ai/reader, https://r.jina.ai/https://x.com/elonmusk and see yourself. -![banner-reader-api.png](https://jina.ai/banner-reader-api.png) +[![banner-reader-api.png](https://jina.ai/banner-reader-api.png)](https://jina.ai/reader) ## Usage ### Standard mode -To use the Reader, simply prepend `https://r.jina.ai/` to any URL. For example, to convert the URL `https://en.wikipedia.org/wiki/Artificial_intelligence` to an LLM-friendly input, use the following URL: +Simply prepend `https://r.jina.ai/` to any URL. For example, to convert the URL `https://en.wikipedia.org/wiki/Artificial_intelligence` to an LLM-friendly input, use the following URL: -```bash https://r.jina.ai/https://en.wikipedia.org/wiki/Artificial_intelligence -``` ### Streaming mode