From 485a378070a8e01686de96f9298384ec7bca6700 Mon Sep 17 00:00:00 2001 From: hoangnam2261 <31692990+hoangnam2261@users.noreply.github.com> Date: Sun, 16 Dec 2018 15:04:12 +0700 Subject: [PATCH] Add table of content. (#305) --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 7869cfa..314395d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,26 @@ If you are looking to contribute then explore this list, look at [`first-timers- If you are not a programmer, but would like to contribute, check out the [Awesome for non-programmers](https://github.com/szabgab/awesome-for-non-programmers) list. +## Table of Contents: + +- [.NET](#net) +- [C](#c) +- [C++](#c-1) +- [Clojure](#clojure) +- [ClojureScript](#clojurescript) +- [Dart](#dart) +- [Elixir](#elixir) +- [Go](#go) +- [Java](#java) +- [JavaScript](#javascript) +- [Julia](#julia) +- [PHP](#php) +- [Python](#python) +- [Ruby](#ruby) +- [Rust](#rust) +- [Scala](#scala) +- [TypeScript](#typescript) + ## .NET - [Shouldly](https://github.com/shouldly/shouldly/labels/Jump-In) _(label: Jump-In)_
Should testing for .net - the way Asserting *Should* be!