diff --git a/README.md b/README.md index 2bf230b..9389587 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,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.