From 7be16fe1b0fd7e7a2792e63f1d5738411e091b8d Mon Sep 17 00:00:00 2001 From: Eduard Date: Sun, 14 May 2017 12:54:30 +0300 Subject: [PATCH] Readme - installation clarification Fixes https://github.com/intersystems-ru/RESTForms/issues/28 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6de278b..96a627e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Forms adapter for InterSystems Cache. # Installation -Import classes and create web app with `Form.REST.Main` broker. +1. Import latest [release](https://github.com/intersystems-ru/RESTForms/releases) appropriate for your Caché version. +2. Create REST web app with `Form.REST.Main` as Dispatch Class. # Usage description and examples