From 344440924dea2390d8cb052a12c718d9dbd97cdf Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Fri, 20 Apr 2018 15:48:45 +0100 Subject: [PATCH 1/2] Sort README.md Table of Contents Makes it easier to find the language you're looking for. --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a57c491..5ff944d 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,19 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## Table of Contents: -* [C/C++](#cc) -* [C#](#c) * [Clojure](#clojure) * [Elixir](#elixir) +* [Go](#go) +* [Haskell](#haskell) * [Java](#java) * [JavaScript](#javascript) * [Kotlin](#kotlin) * [Lua](#lua) -* [Python](#python) -* [Go](#go) -* [Ruby](#ruby) -* [Haskell](#haskell) -* [PHP](#php) * [OCaml](#ocaml) +* [PHP](#php) +* [Python](#python) * [R](#r) +* [Ruby](#ruby) * [Rust](#rust) * [Swift](#swift) * [Additional resources](#additional-resources) From 56c4551c9de24946c1f0e17580a7a8c8db193ce6 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Fri, 20 Apr 2018 16:00:08 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5ff944d..ed2ed26 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## Table of Contents: +* [C#](#c) +* [C/C++](#cc) * [Clojure](#clojure) * [Elixir](#elixir) * [Go](#go)