diff --git a/README.md b/README.md index f0ee339..84db1fa 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ 📃 Command-line text repeater. ```zsh -% repeat-cli 'Repeat this text three times with a counter 🦄' \ +% repeat-cli 'This text will be repeated three times with a counter 🦄' \ --count 3 \ --include-counter -1: Repeat this text three times 🦄 -2: Repeat this text three times 🦄 -3: Repeat this text three times 🦄 +1: This text will be repeated three times with a counter 🦄 +2: This text will be repeated three times with a counter 🦄 +3: This text will be repeated three times with a counter 🦄 ``` Repeat is a command-line tool for text repeating. Based on the [Repeat Example](https://github.com/apple/swift-argument-parser/blob/doc-generation/Examples/repeat/Repeat.swift) from [Swift Argument Parser](https://github.com/apple/swift-argument-parser) library.