From adfe562f95534188ec7840d5d3a3d1c0bad92d0d Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 11 Dec 2016 07:52:37 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2d4572..8327cce 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ xdrm-framework is based on `all in config` so you will have this structure : #### 3.1 API - self-managed API +> version 2.2 - [documentation](/notice/api/2.2.md) + ###### How to use In order to use the API, you must begin by writting your _"methods"_ in the configuration file located at `/config/modules.json`. In order to be understood, lets call `module` a group of methods, and `method` a function which outputs data from input parameters.