From 7f2d665292cb03f724d174581eaebe01de718cd1 Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Sun, 20 Jan 2019 17:07:53 +0200 Subject: [PATCH] Update TOC with testing/services --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12d4fa9..21ad5c1 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,11 @@ Expect often updates as we discuss & decide upon different things. * [An example update API](#an-example-update-api) * [Nested serializers](#nested-serializers) - [Exception Handling](#exception-handling) - * [Raising Exceptions in Services](#raising-exceptions-in-services) + * [Raising Exceptions in Services / Selectors](#raising-exceptions-in-services--selectors) * [Handle Exceptions in APIs](#handle-exceptions-in-apis) +- [Testing](#testing-1) + * [Naming conventions](#naming-conventions) + * [Services](#services-1) - [Inspiration](#inspiration)