diff --git a/README.md b/README.md
index c6fa19deba40545fc809373da2ad0fe65f22f8b7..a6a4f96deeef3e0aa0bc70f6534e6998788b24fb 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@
 
 ![Screenshot](/images/screenshot.png)
 
-(*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
 ```