We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d2268 commit 70f4372Copy full SHA for 70f4372
README.md
@@ -208,15 +208,17 @@ puts result.document
208
A command-line interface tool is available to quickly test documents:
209
210
```sh
211
-ruby ./bin/mindee.rb invoice path/to/your/file.ext
+ruby ./bin/mindee.rb <product_name> path/to/your/file.ext
212
```
213
214
Using the ruby bundler:
215
216
217
-bundle exec ruby ./bin/mindee.rb invoice path/to/your/file.ext
+bundle exec ruby ./bin/mindee.rb <product_name> path/to/your/file.ext
218
219
220
+Where possible values for `<product_name>` can be displayed by running the command with no arguments.
221
+
222
## Further Reading
223
224
There's more to it than that for those that need more features, or want to
0 commit comments