From 1e3db0b955b17f0408e8b9f726de82565bc2aff1 Mon Sep 17 00:00:00 2001 From: Eyal Keren Date: Thu, 7 Mar 2024 14:34:14 +0200 Subject: [PATCH] chore(lock): fix README (#104) --- lock/README.md | 4 ++-- lock/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lock/README.md b/lock/README.md index 93f9d687..06062dd3 100644 --- a/lock/README.md +++ b/lock/README.md @@ -6,9 +6,9 @@ ## Installation -`sh +``` npm i @winglibs/lock -` +``` ## Usage diff --git a/lock/package.json b/lock/package.json index 0da5974d..72b3d25b 100644 --- a/lock/package.json +++ b/lock/package.json @@ -1,7 +1,7 @@ { "name": "@winglibs/lock", "description": "A Wing library for cloud Lock", - "version": "0.0.1", + "version": "0.0.2", "author": { "name": "Eyal Keren", "email": "eyalk@wing.cloud"