summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-12-16 13:47:55 -0700
committerRocky Madden <git@rockymadden.com>2012-12-16 13:47:55 -0700
commit372cbd3f52b1e109d35a353895888722fcdc2f47 (patch)
tree91295a2099b1e9f6fdc4e075789c1e7d9a6e42b9 /readme.md
parent8f052e3c9b20de2c7eecf2b4beaad39d1608f920 (diff)
downloadstringmetric-372cbd3f52b1e109d35a353895888722fcdc2f47.tar.gz
stringmetric-372cbd3f52b1e109d35a353895888722fcdc2f47.tar.bz2
stringmetric-372cbd3f52b1e109d35a353895888722fcdc2f47.zip
Rephrase sentence.
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index b64f941..432a7aa 100755
--- a/readme.md
+++ b/readme.md
@@ -54,7 +54,7 @@ if (StringMetric.compareWithJaroWinkler("string1", "string2")(StringFilter.ascii
```
## Using the CLI
-Uncompress the built tar and ensure you have ability to execute the commands. Execute the metric of choice via the command line:
+Uncompress the built tar and ensure you have ability to execute the commands, then execute the metric of choice via the command line.
The help option prints command syntax and usage:
```shell