aboutsummaryrefslogtreecommitdiff
path: root/node_modules/cli-spinners/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/cli-spinners/readme.md')
-rw-r--r--node_modules/cli-spinners/readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/cli-spinners/readme.md b/node_modules/cli-spinners/readme.md
index fe8703612..fc0bd5e4d 100644
--- a/node_modules/cli-spinners/readme.md
+++ b/node_modules/cli-spinners/readme.md
@@ -12,7 +12,7 @@ You probably want to use one of these spinners through the [`ora`](https://githu
## Install
```
-$ npm install --save cli-spinners
+$ npm install cli-spinners
```
@@ -33,9 +33,7 @@ console.log(cliSpinners.dots);
## Preview
-The header GIF is outdated. Click below to see a preview of all the spinners.
-
-[![](https://asciinema.org/a/95348.png)](https://asciinema.org/a/95348?size=big)
+The header GIF is outdated. See all the [spinner at once](http://jsfiddle.net/sindresorhus/2eLtsbey/embedded/result/) or [one at the time](https://asciinema.org/a/95348?size=big).
## API
@@ -48,6 +46,8 @@ Each spinner comes with a recommended `interval` and an array of `frames`.
## Related
- [ora](https://github.com/sindresorhus/ora) - Elegant terminal spinner
+- [CLISpinner](https://github.com/kiliankoe/CLISpinner) - Terminal spinners for Swift
+- [py-spinners](https://github.com/ManrajGrover/py-spinners) - Python port
## License