Skip to content

Commit 64d8345

Browse files
author
Alexander Dmitrjuk
committed
Fix names
1 parent dbe9869 commit 64d8345

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Redis functions balancer
2-
[![NPM](https://nodei.co/coden/redis-functions-balancer.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/coden/redis-functions-balancer)
2+
[![NPM](https://nodei.co/xakzona/redis-functions-balancer.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/coden/redis-functions-balancer)
33

44
Balance executable NodeJs function with redis.
55

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"name": "redis-function-balancer",
2+
"name": "redis-functions-balancer",
33
"version": "1.0.0",
44
"description": "Balance NodeJs functions with Redis",
5-
"main": "index.js",
5+
"repository": "https://github.com/dmitryuk/RedisFunctionsBalancer",
6+
"main": "index.ts",
67
"scripts": {
78
"test": "./node_modules/mocha/bin/mocha"
89
},
9-
"keywords": [],
10+
"keywords": ["redis", "Typescript", "balance", "nodejs"],
1011
"author": "",
1112
"license": "ISC",
1213
"dependencies": {

0 commit comments

Comments
 (0)