Edited wiki page ReleaseProcess through web user interface.
diff --git a/ReleaseProcess.wiki b/ReleaseProcess.wiki
index 8f4f300..5e32768 100644
--- a/ReleaseProcess.wiki
+++ b/ReleaseProcess.wiki
@@ -15,7 +15,7 @@
 git push --tags
 }}}
 
-Build.
+Build
 
 {{{
 cd ~
@@ -31,7 +31,7 @@
 unzip adaptor-$VERSION-bin.zip adaptor-$VERSION-docs.zip
 }}}
 
-Update online documentation.
+Update online documentation
 {{{
 cd ~
 git clone https://code.google.com/p/plexi.documentation/
@@ -49,7 +49,7 @@
 }}}
 
 
-To create release branches:
+Create release branches
 {{{
 BRANCH=v4.0.x
 
@@ -69,8 +69,7 @@
 git branch $BRANCH origin/$BRANCH
 }}}
 
-To release an adaptor:
-
+Create RC
 {{{
 VERSION=0.90