From b2770ffeb4afb727c8acd3c20e54a962ba493ade Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Sat, 13 Jul 2024 07:28:25 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 910279e..2f7a812 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This package requires an account with datasquirel, so be sure to create an accou ## Instalation ```bash -$ npm install datasquirel +$ npm install --save https://github.com/BenjaminToby/dsql.git ``` Once the package is installed, you can import the library using `require` approach: