commit 94bde605d2a4bd334acfae5a88d5e0d28a2ac4ba parent 7ea9eb5f437e0907b3d29eda10e4bbed78a332cc Author: Frederic Cambus <fred@statdns.com> Date: Fri, 3 Feb 2017 12:13:53 +0100 Formatting fixes Diffstat:
M | README.md | | | 6 | +++--- |
M | bin/alexarank | | | 4 | ++-- |
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md @@ -30,10 +30,10 @@ Using the module is pretty straightforward: There is a bundled `alexarank` CLI tool: - USAGE : alexarank domain + USAGE : alexarank domain - EXAMPLES : alexarank http://www.echojs.com - alexarank echojs.com + EXAMPLES: alexarank http://www.echojs.com + alexarank echojs.com ## License diff --git a/bin/alexarank b/bin/alexarank @@ -17,8 +17,8 @@ var alexa = require('../lib/alexarank'); if (process.argv.length == 2) { - console.log('USAGE : alexarank domain\n'); - console.log('EXAMPLES : alexarank http://www.echojs.com\n alexarank echojs.com'); + console.log('USAGE : alexarank domain\n'); + console.log('EXAMPLES: alexarank http://www.echojs.com\n alexarank echojs.com'); process.exit(1); }