From 9c6bf84825321157c89662ec4ddad7309b3aaba2 Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Mon, 2 Dec 2019 11:49:58 +0200 Subject: [PATCH] Add TOC for naming conventions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0b7faf9..94a154b 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,11 @@ Expect often updates as we discuss & decide upon different things. * [Methods](#methods) * [Testing](#testing) - [Services](#services) + * [Naming convention](#naming-convention) - [Selectors](#selectors) + * [Naming convention](#naming-convention-1) - [APIs & Serializers](#apis--serializers) + * [Naming convention](#naming-convention-2) * [An example list API](#an-example-list-api) * [An example detail API](#an-example-detail-api) * [An example create API](#an-example-create-api)