hanxiao commited on
Commit
c7c039a
·
1 Parent(s): da8934c

docs: fix readme

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -7,17 +7,15 @@ Convert any URL to an **LLM-friendly** input with a simple prefix `https://r.jin
7
  - Live demo: https://jina.ai/reader
8
  - 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.
9
 
10
- ![banner-reader-api.png](https://jina.ai/banner-reader-api.png)
11
 
12
  ## Usage
13
 
14
  ### Standard mode
15
 
16
- 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:
17
 
18
- ```bash
19
  https://r.jina.ai/https://en.wikipedia.org/wiki/Artificial_intelligence
20
- ```
21
 
22
  ### Streaming mode
23
 
 
7
  - Live demo: https://jina.ai/reader
8
  - 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.
9
 
10
+ [![banner-reader-api.png](https://jina.ai/banner-reader-api.png)](https://jina.ai/reader)
11
 
12
  ## Usage
13
 
14
  ### Standard mode
15
 
16
+ 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:
17
 
 
18
  https://r.jina.ai/https://en.wikipedia.org/wiki/Artificial_intelligence
 
19
 
20
  ### Streaming mode
21