diff --git a/README.md b/README.md index 1fe24b3..46587a9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Ready to use with TypeScript and JavaScript. ## Installation ``` -npm install @coden/redis-functions-balancer --save-prod +npm install redis-functions-balancer --save-prod ``` ## Usage diff --git a/package.json b/package.json index 830a913..a063fd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis-functions-balancer", - "version": "1.0.1", + "version": "1.0.2", "description": "Balance NodeJs functions with Redis", "repository": "https://github.com/dmitryuk/RedisFunctionsBalancer", "main": "index.ts",