args docs: missed "to be"

This commit is contained in:
Anatoly 2015-11-13 22:43:29 -05:00
parent 2e08fce2f4
commit 17012b6c90

View file

@ -40,7 +40,7 @@ will return the original `args` that were passed to `-main`.
### "Reading" example
Here an [example app](https://github.com/tolitius/mount/blob/with-args/test/app/app.clj) that takes `-main` arguments
Here is an [example app](https://github.com/tolitius/mount/blob/with-args/test/app/app.clj) that takes `-main` arguments
and parses them with [tools.cli](https://github.com/clojure/tools.cli):
```clojure