From 0b786b383f112e2c553f0f5087a6ecc267fa0db1 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Thu, 28 Jul 2022 12:03:26 -0600 Subject: [PATCH] adding missing `/` to upload example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f17008b8..09f38c7d 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Upload a file, upon success returns the `Cid` of the uploaded file. Example: ```bash -curl -vvv -H "Tranfer-Encoding: chunked" "127.0.0.1:8080 api/codex/v1/upload" -X POST --data-binary "@" +curl -vvv -H "Tranfer-Encoding: chunked" "127.0.0.1:8080/api/codex/v1/upload" -X POST --data-binary "@" ``` ### `/api/codex/v1/info`