From 8fdf1a118d678df808a417ed4f79f1ec0ff716db Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Sun, 20 Jan 2019 17:19:24 +0200 Subject: [PATCH] Update TOC with new section structure --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4e94a2..17c6148 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,11 @@ Expect often updates as we discuss & decide upon different things. * [Handle Exceptions in APIs](#handle-exceptions-in-apis) - [Testing](#testing-1) * [Naming conventions](#naming-conventions) - * [Services](#services-1) + * [Example](#example) + + [Example models](#example-models) + + [Example selectors](#example-selectors) + + [Example services](#example-services) + * [Testing services](#testing-services) - [Inspiration](#inspiration)