From c8d4142b1e7365f394acfb407df5b754e47142ed Mon Sep 17 00:00:00 2001 From: Rob Janssen Date: Sat, 20 Sep 2014 01:44:50 +0200 Subject: [PATCH] * Reformatting (prevent horiz. scrollbar in README) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5ecf3b..62ed9cc 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Simple as 1-2-3. All we need to remember is 4 methods and a constructor: ````php -__construct($issuer = null, $digits = 6, $period = 30, $algorithm = 'sha1', $qrcodeprovider = null) +__construct($issuer=null, $digits=6, $period=30, $algorithm='sha1', $qrcodeprovider=null) createSecret($bits = 80) getCode($secret, $time = null) verifyCode($secret, $code, $discrepancy = 1, $time = null)