From a41075a3a10351179e3a20ad0b919e93524a5e2b Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 8 May 2022 05:35:41 +0300 Subject: [PATCH] readme --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aadb3cd..48b0e72 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,17 @@ ```bash // with npm -npm i --save @toodle/js-utils +npm i --save @toodle.ddns.net/node-registry/js-utils // with yarn -yarn add @toodle/js-utils +yarn add @toodle.ddns.net/node-registry/js-utils ``` ## Usage ```jsx -import { typeValidator } from "@toodle/js-utils"; +import { typeValidator, localStorage } from "@toodle/js-utils"; ``` **1.0.0** -This version --- - -**1.0.1** -This version +++ +This version includes data type validators and local storage utils