commit 65df4bd6c3af636ce50b6f8df6e4559cee979170
parent afbbd134d689bf9e8073677c277fcee3f190a3d6
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 25 Oct 2016 09:39:14 +0200
Reformat README and change Markdown link format
Diffstat:
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
@@ -1,4 +1,4 @@
-# alexarank [](https://travis-ci.org/fcambus/alexarank)
+# alexarank [![Build Status][1]][2]
## Description
@@ -6,14 +6,14 @@ A simple node package to get Alexa traffic rank for a domain or URL.
## Installation
-Install the module :
+Install the module:
npm install -g alexarank
## Usage example
-Using the module is pretty straightforward :
+Using the module is pretty straightforward:
var alexa = require('alexarank');
@@ -28,7 +28,7 @@ Using the module is pretty straightforward :
## CLI tool
-There is a bundled `alexarank` CLI tool :
+There is a bundled `alexarank` CLI tool:
USAGE : alexarank domain
@@ -37,11 +37,16 @@ There is a bundled `alexarank` CLI tool :
## License
-alexarank is released under the BSD 2-Clause license. See `LICENSE` file for details.
+alexarank is released under the BSD 2-Clause license. See `LICENSE` file for
+details.
## Author
-alexarank is developed by Frederic Cambus
+alexarank is developed by Frederic Cambus.
-- Site : http://www.cambus.net
+- Site: http://www.cambus.net
- Twitter: http://twitter.com/fcambus
+
+[1]: https://travis-ci.org/fcambus/alexarank.png?branch=master
+[2]: https://travis-ci.org/fcambus/alexarank
+