diff --git a/README.md b/README.md index 66b783b..8a3a43d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,32 @@ Zookeeper HTTP rest API + +**Table of Contents** + +- [Zoorest](#zoorest) + - [Usage](#usage) + - [API](#api) + - [List node childrens](#list-node-childrens) + - [Errors](#errors) + - [Get node data](#get-node-data) + - [Errors](#errors) + - [Create node recursive](#create-node-recursive) + - [Update node](#update-node) + - [Errors](#errors) + - [Delete node recursive](#delete-node-recursive) + - [Errors](#errors) + - [Build](#build) + - [Binary](#binary) + - [Docker build](#docker-build) + - [Binary file](#binary-file) + - [Docker image](#docker-image) +- [AUTHORS](#authors) +- [LICENSE](#license) + + + + ## Usage ```