diff --git a/README.md b/README.md index 16eee97..e5177c1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index efa219f..30847fa 100644 --- a/package.json +++ b/package.json @@ -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": {