Skip to content

Commit

Permalink
improves doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chrvadala committed Nov 12, 2022
1 parent fe4f5d4 commit 9761db8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# aggregate-fn

Aggregate fn is a Javascript utility that brings together multiple async operations. It is really useful when you want to merge many API requests together.
Aggregate fn is a Javascript utility that gathers together multiple async operations. It is really useful when you want to merge many API requests, avoiding rate-limits.

[![chrvadala](https://img.shields.io/badge/website-chrvadala-orange.svg)](https://chrvadala.github.io)
[![Test](https://github.com/chrvadala/aggregate-fn/workflows/Test/badge.svg)](https://github.com/chrvadala/aggregate-fn/actions)
[![Coverage Status](https://coveralls.io/repos/github/chrvadala/aggregate-fn/badge.svg)](https://coveralls.io/github/chrvadala/aggregate-fn)
[![npm](https://img.shields.io/npm/v/aggregate-fn.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/aggregate-fn)
[![Downloads](https://img.shields.io/npm/dm/aggregate-fn.svg)](https://www.npmjs.com/package/aggregate-fn)
[![Donate](https://img.shields.io/badge/donate-PayPal-green.svg)](https://www.paypal.me/chrvadala/25)
[![Donate](https://img.shields.io/badge/donate-GithubSponsor-green.svg)](https://github.com/sponsors/chrvadala)

# Features
This utility can:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/chrvadala/aggregate-fn/issues"
},
"homepage": "https://github.com/chrvadala/aggregate-fn#readme",
"funding": "https://www.paypal.me/chrvadala/25",
"funding": "https://github.com/sponsors/chrvadala",
"devDependencies": {
"jest": "^29.3.1",
"jsdoc-to-markdown": "^7.1.1",
Expand Down

0 comments on commit 9761db8

Please sign in to comment.