Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao committed Sep 18, 2018
1 parent 2c26fc4 commit 9d43b5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tldts [![Build Status][badge-ci]](http://travis-ci.org/remusao/tld.js) ![][badge-downloads]
# tldts [![Build Status][badge-ci]](http://travis-ci.org/remusao/tldts) ![][badge-downloads]

> `tldts` is a Typescript library to work against complex domain names, subdomains and well-known TLDs. It is a fork of the very good [tld.js](https://github.com/oncletom/tld.js) JavaScript library.
Expand Down Expand Up @@ -250,7 +250,7 @@ This project exists thanks to all the people who contributed to `tld.js` as well

[MIT License](LICENSE).

[badge-ci]: https://secure.travis-ci.org/remusao/tld.js.svg?branch=master
[badge-ci]: https://secure.travis-ci.org/remusao/tldts.svg?branch=master
[badge-downloads]: https://img.shields.io/npm/dm/tldts.svg

[public suffix list]: https://publicsuffix.org/list/
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "tldts",
"description": "JavaScript API to work against complex domain names, subdomains and URIs.",
"description": "Library to work against complex domain names, subdomains and URIs.",
"version": "3.0.0",
"homepage": "https://github.com/remusao/tld.js",
"homepage": "https://github.com/remusao/tldts",
"author": "Rémi Berson",
"contributors": [
"Thomas Parisot (https://oncletom.io)"
],
"repository": {
"type": "git",
"url": "git://github.com/remusao/tld.js.git"
"url": "git://github.com/remusao/tldts.git"
},
"bugs": {
"url": "https://github.com/remusao/tld.js/issues"
"url": "https://github.com/remusao/tldts/issues"
},
"engines": {
"node": ">= 6"
Expand Down
2 changes: 1 addition & 1 deletion tldts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function parseImplFactory(trie: Trie = getRules()) {

/**
* Process a given url and extract all information. This is a higher level API
* around private functions of `tld.js`. It allows to remove duplication (only
* around private functions of `tldts`. It allows to remove duplication (only
* extract host from url once for all operations) and implement some early
* termination mechanism to not pay the price of what we don't need (this
* simulates laziness at a lower cost).
Expand Down

0 comments on commit 9d43b5a

Please sign in to comment.