From 42226ebb2bfabdd8f0433f733d3b28afe1c51272 Mon Sep 17 00:00:00 2001 From: Dan Arias <37590801+DanOnCall@users.noreply.github.com> Date: Fri, 28 Mar 2025 07:59:16 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a36c081..c5de2db5 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ For asynchronous tasks, `neverthrow` offers a `ResultAsync` class which wraps a ## Installation ```sh -> npm install neverthrow +npm install neverthrow ``` ## Recommended: Use `eslint-plugin-neverthrow` @@ -83,7 +83,7 @@ As part of `neverthrow`s [bounty program](https://github.com/supermacro/neverthr Install by running: ```sh -> npm install eslint-plugin-neverthrow +npm install eslint-plugin-neverthrow ``` With `eslint-plugin-neverthrow`, you are forced to consume the result in one of the following three ways: