From 435cb1e00f457830e1c354fb80c85b8b034ae984 Mon Sep 17 00:00:00 2001 From: Alexander Dmitrjuk Date: Sat, 2 Jan 2021 14:53:39 +0700 Subject: [PATCH] Fix readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5177c1..1fe24b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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) +[![NPM](https://nodei.co/npm/redis-functions-balancer.png)](https://nodei.co/npm/redis-functions-balancer/) Balance executable NodeJs function with redis. diff --git a/package.json b/package.json index 30847fa..830a913 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis-functions-balancer", - "version": "1.0.0", + "version": "1.0.1", "description": "Balance NodeJs functions with Redis", "repository": "https://github.com/dmitryuk/RedisFunctionsBalancer", "main": "index.ts",