From f2f3679f2815b2ee1ae9847e4db05c1c1eb4629d Mon Sep 17 00:00:00 2001 From: Anna Burdanova Date: Sat, 14 Feb 2026 13:14:33 +0700 Subject: [PATCH] docs: remove shell prompt from install commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfe6b7be..c76e894c 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: