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 ```