Skip to content

Commit 661be44

Browse files
authored
Update README.md
1 parent 1ac8954 commit 661be44

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@
2121

2222
## TL;DR
2323

24-
[Install and run](#install-and-run)
24+
Algorithms Exercises solved in [Javascript](https://tc39.es/),
25+
running with [Jest](https://jestjs.io/) testing suite.
26+
Developed with TDD.
27+
28+
[![Javascript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)](https://tc39.es/)
29+
[![Node.js](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org/)
30+
[![Jest](https://img.shields.io/badge/Jest-323330?style=for-the-badge&logo=Jest&logoColor=white)](https://jestjs.io/)
31+
32+
Go to [Install and run](#install-and-run)
2533

2634
## What is this?
2735

0 commit comments

Comments
 (0)