We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bc267 commit adac4dfCopy full SHA for adac4df
1 file changed
README.md
@@ -932,8 +932,8 @@ use http-nu/html *
932
}
933
```
934
935
-**Important:** Wrap multi-line DSL calls in `(...)`. In Nushell, arguments on
936
-a new line are parsed as separate commands, so `HTML` (and other tags) must be
+**Important:** Wrap multi-line DSL calls in `(...)`. In Nushell, arguments on a
+new line are parsed as separate commands, so `HTML` (and other tags) must be
937
wrapped in parentheses when their arguments span multiple lines.
938
939
`HTML` automatically prepends
0 commit comments