diff --git a/README.md b/README.md index 9dcaaca..652105e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Visualize Sorting Algorithms in JavaScript! -Check out a [live demo here](https://oze4.github.io/visualize-sorting-algorithms/)! +Check out a [live demo here](https://matthewoestreich.github.io/visualize-sorting-algorithms/)! ### About @@ -15,4 +15,4 @@ We [mostly] follow this color convention: - Correct position colored `green`. - Incorrect position colored `red`. - Completed colored `blue`. -- Algorithm specific items (for example, the pivot in quick sort) are colored `cyan`. \ No newline at end of file +- Algorithm specific items (for example, the pivot in quick sort) are colored `cyan`.