Refactor README.md

This commit is contained in:
texhno 2024-07-31 13:30:15 +02:00
parent fd329a37c2
commit a18092cb6a
No known key found for this signature in database
GPG Key ID: C454806DA8EFD61C

View File

@ -3,12 +3,8 @@ My attempts at the [CryptoPals](https://cryptopals.com/) challenges.
Stack: Node.js with Typescript, using TDD. Stack: Node.js with Typescript, using TDD.
## Initialization ## Running
```bash ```bash
npm i npm i
```
## Run tests:
```bash
npm test npm test
``` ```