top-user-agents 2.0.5 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,13 +8,13 @@
8
8
  ![Last version](https://img.shields.io/github/tag/microlinkhq/top-user-agents.svg?style=flat-square)
9
9
  [![NPM Status](https://img.shields.io/npm/dm/top-user-agents.svg?style=flat-square)](https://www.npmjs.org/package/top-user-agents)
10
10
 
11
- > The top 100 HTTP [user-agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent)'s most used over Internet.
11
+ > An always up-to-date list of the top 100 HTTP [user-agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent)'s most used over the Internet.
12
12
 
13
13
  **Highlights**
14
14
 
15
+ - A simple JSON file ([Download](https://cdn.jsdelivr.net/gh/microlinkhq/top-user-agents@master/index.json)).
15
16
  - Only browser agents, not bots.
16
- - Automagically up to date.
17
- - A simple JSON file.
17
+ - Automagically up-to-date.
18
18
 
19
19
  ## Background
20
20
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "top-user-agents",
3
3
  "description": "A list of most common User Agent.",
4
4
  "homepage": "https://microlink.io/user-agents",
5
- "version": "2.0.5",
5
+ "version": "2.0.6",
6
6
  "main": "index.js",
7
7
  "author": {
8
8
  "email": "hello@microlink.io",