From 186d8c1c70ac29c846bad2f8fad460f26d1743d0 Mon Sep 17 00:00:00 2001 From: Rumi Allbert <57306274+RumiAllbert@users.noreply.github.com> Date: Thu, 3 Feb 2022 17:51:01 -0600 Subject: [PATCH] README.md Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5211c3..2fd3096 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ You can override this behavior by adding `?u`, `?m` or `?M` to a URL like this If you have several options to pass, write them without delimiters in between for the one-letter options, and use `&` as a delimiter for the long options with values: - $ curl 'wttr.in/Amsterdam?m2&lang=nl` + $ curl 'wttr.in/Amsterdam?m2&lang=nl' It would be a rough equivalent of `-m2 --lang nl` for the GNU CLI syntax.