Skip to content

Commit 253754f

Browse files
authored
Update README.md
1 parent 8b8d92d commit 253754f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ let main argv =
227227
description "Appends words together"
228228
inputs (Input.Context())
229229
setHandler app
230-
add [ Parameters.words; Parameters.separator ]
230+
addInputs [ Parameters.words; Parameters.separator ]
231231
}
232232
```
233233

0 commit comments

Comments
 (0)