diff --git a/README.md b/README.md
index 487c6b3..8ce079f 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,14 @@
-
+
# 📊 SortingAlgorithms
-[![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg)](https://github.com/MartinKondor/SortingAlgorithms/)
-[![version](https://img.shields.io/badge/version-21.05-brightgreen.svg)](https://github.com/MartinKondor/SortingAlgorithms/)
-[![GitHub Issues](https://img.shields.io/github/issues/MartinKondor/SortingAlgorithms.svg)](https://github.com/MartinKondor/SortingAlgorithms/issues)
-![Contributions welcome](https://img.shields.io/badge/contributions-welcome-blue.svg)
-[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
-
Sorting algorithms visualized.
## Implemented algorithms
* Bubble sort
+ * Insertion sort
### TODO
- * Insertion sort
* Selection sort
* Merge sort
* Quicksort
diff --git a/index.html b/index.html
index 318831d..f4a0a1d 100644
--- a/index.html
+++ b/index.html
@@ -42,7 +42,7 @@
Forward
-