From f3f66ef6b510447c4c55148ac5d5f36e3fc86b16 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 24 Nov 2014 14:26:35 +1300 Subject: Changed invocation to real example --- README.md | 12 +++++++----- 1 file 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. -- cgit v1.1