From a1cc2374751a8ad00b13a22ce1b170a5e1be93d9 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 23:36:23 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d73860f5..b3c357e8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ in multiple SPEs, i.e., code the algorithms once and execute them in multiple SP ## Build -###Storm mode +### Storm mode Simply clone the repository and install SAMOA. @@ -43,7 +43,7 @@ mvn -Pstorm package The deployable jar for SAMOA will be in `target/SAMOA-Storm-0.3.0-SNAPSHOT.jar`. -###S4 mode +### S4 mode If you want to compile SAMOA for S4, you will need to install the S4 dependencies manually as explained in [Executing SAMOA with Apache S4](http://samoa.incubator.apache.org/documentation/Executing-SAMOA-with-Apache-S4.html). @@ -56,7 +56,7 @@ cd incubator-samoa mvn -Ps4 package ``` -###Apex mode +### Apex mode Simply clone the repository and and create SAMOA with Apex package. ```bash @@ -65,7 +65,7 @@ cd incubator-samoa mvn -Papex package ``` -###Local mode +### Local mode If you want to test SAMOA in a local environment, simply clone the repository and install SAMOA.