From d36f54b4574930c94a96ed25559789dcdcc690ce Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 11 Jan 2016 21:09:10 +0500 Subject: [PATCH] Added a note about git flow. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a9926ff..fe19dfc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # aps-node-runtime APS Endpoint Runtime implementation in Node.js +This repository uses **git flow**. + ## How do I test it? Currently, about **80%** of insfrastructure and routing is completed. However, only about **5%** of user code API and APS functionality is done. If you want to go ahead and test what's working, follow the steps below, and remember, **contributions are welcome in all forms (issues, pull requests, etc.)**.