aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-11-24 14:26:35 +1300
committerDavid <dbphillipsnz@gmail.com>2014-11-24 14:26:35 +1300
commitf3f66ef6b510447c4c55148ac5d5f36e3fc86b16 (patch)
tree0e8df766aa6e5fd335491fa167fe12a2c0c0e589
parentd9613adba28e7c4dea982f81912c80fe1294adb4 (diff)
downloadsvgcaptcha-parser-f3f66ef6b510447c4c55148ac5d5f36e3fc86b16.tar.xz
Changed invocation to real example
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 50e0508..8c35307 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,15 @@ Dependencies
------------
* wget
* curl
+* XML::Simple
Invocation
----------
-A simple
+Example:
- ./svgcaptcha-parser
+$ ./svgcaptcha-parser
+Saved 3f45kx9.svg
+$ ls *.svg
+3f45kx9.svg
+$
-will use curl to fetch a random captcha and save it with a filename to describe the captcha's text.
-For example, a captcha reading 'j526nyn' will be saved as `j526nyn.svg' in the working directory.
-Yay.