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.