fastdotcom 1.1.0 → 1.1.1

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 +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # fast
2
2
 
3
- Check your internet speed from the terminal. `fast` measures your ping,
4
- download, and upload using [fast.com](https://fast.com) (Netflix) and shows it
5
- all on a live, animated display.
3
+ CLI tool to test your internet speed using fast.com (Netflix).
6
4
 
7
5
  <p align="center">
8
6
  <img src="https://raw.githubusercontent.com/longsien/fastdotcom/main/docs/demo.gif"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fastdotcom",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A speedtest tool that uses fast.com (Netflix) as its backend.",
5
5
  "bin": {
6
6
  "fast": "index.js"