From 06a7f185948210e00f9d1aef1f261a503592ed39 Mon Sep 17 00:00:00 2001 From: azu Date: Sun, 10 Mar 2024 17:23:53 +0900 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca5779e..e65ac0e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ $ curl "https://jser-product-name.deno.dev/?url=https://deno.com/blog/v1.19" No Data ```shell -$ curl "https://jser-product-name.deno.dev/?url=https://example.com +$ curl "https://jser-product-name.deno.dev/?url=https://example.com" null # status code is 400 ```