diff --git a/README.md b/README.md
index 5014258..510c7cd 100644
--- a/README.md
+++ b/README.md
@@ -8,21 +8,19 @@
-![Build Status Badge](https://circleci.com/gh/yangshun/lago/tree/master.svg?style=shield&circle-token=e360bef41a5f3f6a9c914241f388c93aa7ae6bf8)
-
-Data Structures and Algorithms implemenations in JavaScript.
-
---
-
💡 Looking for high quality front end interview courses? Educative offers a ton of great courses to improve your interview game 💡
+
💡 Practice implementing Data Structures and Algorithms in JavaScript for free on GreatFrontEnd 💡
---
## Contents
-#### Data Structures
+Common Data Structures and Algorithms implementations in JavaScript.
+
+### Data Structures
- [List](src/data-structures/List.ts)
- [Stack](src/data-structures/Stack.ts)
@@ -42,7 +40,7 @@ Data Structures and Algorithms implemenations in JavaScript.
- Suffix Tree (Help Wanted!)
- Segment Tree (Help Wanted!)
-#### Algorithms
+### Algorithms
- [Binary Search](src/algorithms/binarySearch.ts)
- [Quickselect](src/algorithms/quickSelect.ts)