Skip to content

Commit

Permalink
Update README markdown in according with CommonMark (closes #165)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzats authored and BenFradet committed Nov 3, 2017
1 parent 2220950 commit 2f958ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# referer-parser node.js (JavaScript) library

This is the node.js (JavaScript) implementation of [referer-parser] [referer-parser], the library for extracting search marketing data from referer _(sic)_ URLs.
This is the node.js (JavaScript) implementation of [referer-parser][referer-parser], the library for extracting search marketing data from referer _(sic)_ URLs.

The implementation uses the shared 'database' of known referers found in [`referers.yml`] [referers-yml]
The implementation uses the shared 'database' of known referers found in [`referers.yml`][referers-yml]

The Javascript version of referer-parser is maintained by [Martin Katrenik] [mkatrenik].
The Javascript version of referer-parser is maintained by [Martin Katrenik][mkatrenik].

## Installation

Expand Down Expand Up @@ -59,7 +59,7 @@ console.log(r.uri) // result of require('url').parse(...)

The referer-parser node.js (JavaScript) library is copyright 2013 Martin Katrenik.

Licensed under the [Apache License, Version 2.0] [license] (the "License");
Licensed under the [Apache License, Version 2.0][license] (the "License");
you may not use this software except in compliance with the License.

Unless required by applicable law or agreed to in writing, software
Expand Down

0 comments on commit 2f958ac

Please sign in to comment.