From 5f98862a19eb883e724364d9a0667f0cddfa99ad Mon Sep 17 00:00:00 2001 From: nickfla1 Date: Sat, 4 Nov 2023 00:41:26 +0100 Subject: [PATCH] docs: remove dev flag from readme instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ae10c3..9a1c938 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ If used in libraries is not advised to expose `Result` to the library public API ### Install ```sh -yarn add -D resful +yarn add resful -npm install -D resful +npm install resful -pnpm install -D resful +pnpm install resful ``` ### Basic usage