Skip to content

Commit f182bca

Browse files
committed
Fix raw retrieval instruction in the README.md
1 parent cbc5d0a commit f182bca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,9 @@ the newly created paste:
170170
{"path":"/Ibv9Fa.rs"}
171171
```
172172

173-
To retrieve the raw content, make a GET request on the `/:id` route and an
174-
accept header value that does not include `text/html`. If you use a client that
175-
is able to handle cookies you can delete the paste once again using the cookie
176-
in the `Set-Cookie` header set during redirect after creation.
173+
To retrieve the raw content, make a GET request on the `/raw/:id` route. If you
174+
use a client that is able to handle cookies you can delete the paste once again
175+
using the cookie in the `Set-Cookie` header set during redirect after creation.
177176

178177
In case the paste was encrypted, pass the password via the `Wastebin-Password`
179178
header.

0 commit comments

Comments
 (0)