Skip to content

Commit adac4df

Browse files
committed
fix: deno fmt README.md
1 parent 85bc267 commit adac4df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -932,8 +932,8 @@ use http-nu/html *
932932
}
933933
```
934934

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
935+
**Important:** Wrap multi-line DSL calls in `(...)`. In Nushell, arguments on a
936+
new line are parsed as separate commands, so `HTML` (and other tags) must be
937937
wrapped in parentheses when their arguments span multiple lines.
938938

939939
`HTML` automatically prepends

0 commit comments

Comments
 (0)