Skip to content

Commit

Permalink
changed head line
Browse files Browse the repository at this point in the history
  • Loading branch information
mindactuate committed Jun 21, 2019
1 parent b0667c5 commit c4b2d30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# patiently
API rate limit handler. Make your API client patient. A legal way to wait for API rate limit resets.
API rate limit handler for (Node) JS. Make your API client patient. A legal way to wait for API rate limit resets.

[![npm version](https://img.shields.io/npm/v/patiently.svg?style=flat-square)](https://www.npmjs.com/package/patiently)
[![install size](https://packagephobia.now.sh/badge?p=patiently)](https://packagephobia.now.sh/result?p=patiently)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "patiently",
"version": "2.1.3",
"description": "API rate limit handler. Make your API client patient. A legal way to wait for API rate limit resets.",
"version": "2.1.4",
"description": "API rate limit handler for (Node) JS. Make your API client patient. A legal way to wait for API rate limit resets.",
"main": "index.js",
"scripts": {
"test": "node test.js"
Expand Down

0 comments on commit c4b2d30

Please sign in to comment.