Skip to content

Commit

Permalink
Fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryuk committed Jan 2, 2021
1 parent dbe9869 commit 64d8345
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Redis functions balancer
[![NPM](https://nodei.co/coden/redis-functions-balancer.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/coden/redis-functions-balancer)
[![NPM](https://nodei.co/xakzona/redis-functions-balancer.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/coden/redis-functions-balancer)

Balance executable NodeJs function with redis.

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "redis-function-balancer",
"name": "redis-functions-balancer",
"version": "1.0.0",
"description": "Balance NodeJs functions with Redis",
"main": "index.js",
"repository": "https://github.com/dmitryuk/RedisFunctionsBalancer",
"main": "index.ts",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"keywords": [],
"keywords": ["redis", "Typescript", "balance", "nodejs"],
"author": "",
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit 64d8345

Please sign in to comment.