Skip to content

Commit ac9f0ba

Browse files
committed
Update readme with es6
1 parent 050853b commit ac9f0ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository contains code about various series of posts that I made [on my b
77
As of now, it contains 2 main sections:
88

99
- [Data structures in JavaScript](https://github.com/benoitvallon/computer-science-in-javascript/tree/master/data-structures-in-javascript)
10-
- [Sorting algorithms in JavaScript](https://github.com/benoitvallon/computer-science-in-javascript/tree/master/sorting-algorithms-in-javascript)
10+
- [Sorting algorithms in JavaScript (ES5 and ES6)](https://github.com/benoitvallon/computer-science-in-javascript/tree/master/sorting-algorithms-in-javascript)
1111

1212
## The #data-structures series
1313

sorting-algorithms-in-javascript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sorting algorithms in JavaScript
1+
# Sorting algorithms in JavaScript (ES5 and ES6)
22

33
This repository is part of a series of posts about sorting algorithms reimplemented in JavaScript that I made [on my blog](http://blog.benoitvallon.com).
44

0 commit comments

Comments
 (0)