From 642aa65905809d75ed0a4fcbbed0c97dd01fae11 Mon Sep 17 00:00:00 2001 From: Ryan Cooley Date: Sun, 28 Apr 2024 16:34:39 -0700 Subject: [PATCH] Minor README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11bcd11..4076924 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This package provides a collection of utilities designed to enhance and simplify To start using the cypress-utils in your project, you'll need to add it as a dependency. Assuming you have Node.js and npm installed, you can add the package by running: ```bash -npm install --save-dev @processmaker/cypress-utils +npm install --save @processmaker/cypress-utils ``` ## Usage