From a18092cb6a520f0f09d161405cf23ac118d2babc Mon Sep 17 00:00:00 2001 From: texhno Date: Wed, 31 Jul 2024 13:30:15 +0200 Subject: [PATCH] Refactor README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index cb67288..dd9910f 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,8 @@ My attempts at the [CryptoPals](https://cryptopals.com/) challenges. Stack: Node.js with Typescript, using TDD. -## Initialization +## Running ```bash npm i -``` - -## Run tests: -```bash npm test ```