From 924c174c6171829e4b0cd0e5d7506779ab4d3b6c Mon Sep 17 00:00:00 2001 From: mfronheiser <129707410+mfronheiser@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:03:21 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44d559e..e9a7b40 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ const redisClient = redis.createClient({ ``` 2. Download dashQL as an npm module and save it to your package.json as a dependency ```Javascript -npm install dashQL +npm install dashql ``` 3. Import dashQL into server file ```Javascript