Skip to content

Commit 7a424f1

Browse files
authored
Updated example to show new add overload
1 parent 294d1d5 commit 7a424f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@ let main argv =
227227
description "Appends words together"
228228
inputs (Input.Context())
229229
setHandler app
230-
add Parameters.words
231-
add Parameters.separator
230+
add [ Parameters.words; Parameters.separator ]
232231
}
233232
```
234233

0 commit comments

Comments
 (0)