From 36ff3bdbe179f768911e1fe024e81bd100671943 Mon Sep 17 00:00:00 2001 From: Jaap Jansma <jaap@edeveloper.nl> Date: Thu, 8 Feb 2018 13:54:47 +0100 Subject: [PATCH] updated readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6fa19d..a6a4f96 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@  -(*FIXME: In one or two paragraphs, describe what the extension does and why one would download it. *) +The form processor extension gives you the ability to define business logic for handling form submissions. +A form submission could come from the CiviMRF, external system or just a direct submission. The extension is licensed under [AGPL-3.0](LICENSE.txt). @@ -22,7 +23,7 @@ install it with the command-line tool [cv](https://github.com/civicrm/cv). ```bash cd <extension-dir> -cv dl form-processor@https://github.com/FIXME/form-processor/archive/master.zip +cv dl form-processor@https://lab.civicrm.org/jaapjansma/form-procesor/repository/master/archive.zip ``` ## Installation (CLI, Git) @@ -31,7 +32,7 @@ Sysadmins and developers may clone the [Git](https://en.wikipedia.org/wiki/Git) install it with the command-line tool [cv](https://github.com/civicrm/cv). ```bash -git clone https://github.com/FIXME/form-processor.git +git clone https://lab.civicrm.org/jaapjansma/form-procesor.git cv en form_processor ``` -- GitLab