From 58a397dd933a40a469a2e8a9c2e9a5ce249b025a Mon Sep 17 00:00:00 2001 From: jordanjennings Date: Thu, 26 Mar 2015 19:55:18 -0400 Subject: [PATCH] Fix typo in getting-started.md Changed "form" to "from" in the building from source header --- site/about/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/about/getting-started.md b/site/about/getting-started.md index ff4b319..31b3b71 100644 --- a/site/about/getting-started.md +++ b/site/about/getting-started.md @@ -9,7 +9,7 @@ doc: true Easy Rules is a Java library. It requires a Java 1.5+ runtime. -## Building form source +## Building from source To build Easy Rules from sources, you need to have [git](http://www.git-scm.com) and [maven](http://maven.apache.org/) installed and set up.