From 0f31b1b78ca58a66f75a42970c29599fedaaeba7 Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de>
Date: Sat, 13 Dec 2014 15:42:33 +0100
Subject: [PATCH] typos

---
 src/site/markdown/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 983cc3a0..e68d8b2c 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -24,7 +24,7 @@ Predefined stages are provided within the source code. You can immediatly start
 <!--- ![Logo](images/teetime-wo-arrows-shrinked.png) TeeTime Logo -->
 TeeTime is a Pipes-And-Filters-Framework for Java.
 	
-It provides various features, which will bring you to the next level of analysis programming, such like:
+It provides various features, which will bring you to the next level of analysis programming, such as:
 		
 - Concurrent execution of stages
 		
@@ -36,7 +36,7 @@ It provides various features, which will bring you to the next level of analysis
 
 ## Where to get it?
 
-TeeTime is available in many ways. If your projects use Maven, just add following dependency to your ``pom.xml``:
+You can get TeeTime through a various ways. If your projects uses Maven, just add following dependency to your ``pom.xml``:
 
 ```xml
 <dependency>
@@ -56,7 +56,7 @@ To make working with TeeTime as pleasant and efficient as possible, this homepag
 
 You can take a closer look at:
 
-- [TeeTime's Wiki](https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/wikis/home). 
+- [TeeTime's Wiki](https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/wikis/home), or 
 
 - [API Documentation](apidocs/index.html). 
 
-- 
GitLab