We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435cb1e commit fa6db11Copy full SHA for fa6db11
README.md
@@ -13,7 +13,7 @@ Ready to use with TypeScript and JavaScript.
13
14
## Installation
15
```
16
-npm install @coden/redis-functions-balancer --save-prod
+npm install redis-functions-balancer --save-prod
17
18
19
## Usage
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "redis-functions-balancer",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Balance NodeJs functions with Redis",
5
"repository": "https://github.com/dmitryuk/RedisFunctionsBalancer",
6
"main": "index.ts",
0 commit comments