Skip to content
Snippets Groups Projects
Commit e89d4528 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

typos, etc.

parent 360acb7a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ There are two simple ways to add TeeTime to your own project.
TeeTime is available through Maven's central repository.
If you use Maven, simply add following lines to your pom.xml:
If you use Maven, simply add following lines to your ``pom.xml``:
```xml
<dependency>
......@@ -22,7 +22,8 @@ If you use Maven, simply add following lines to your pom.xml:
</dependency>
```
Dependency informations for other project management tools can be found [here](dependency-info.html). Please make sure, your tool uses Maven's central repository. Help on how to add it, can be found [here](http://central.sonatype.org/pages/consumers.html).
<!--- Dependency informations for other project management tools can be found [here](dependency-info.html). -->
Please make sure, your project management tool uses Maven's central repository. Help on how to add it, can be found [here](http://central.sonatype.org/pages/consumers.html).
#### Binaries and sources
......@@ -38,7 +39,7 @@ Please do not forget, that this releases are not intended for daily use. These b
All snapshot builds will be deployed to Sonatype's snapshot repository.
To download these builds, add following lines to your project's pom.xml:
To download these builds, add following lines to your project's ``pom.xml``:
```xml
<dependency>
......@@ -48,7 +49,7 @@ To download these builds, add following lines to your project's pom.xml:
</dependency>
```
If you did not add the Sonatype snapshot repository yet to your pom.xml, add also following lines to it, as otherwise Maven will not be able to find the needed artifacts:
If you did not add the Sonatype snapshot repository yet to your ``pom.xml``, add also following lines to it, as otherwise Maven will not be able to find the needed artifacts:
```xml
<repositories>
......
......@@ -22,7 +22,7 @@ Predefined stages are provided within the source code. You can immediatly start
## What is it?
<!--- ![Logo](images/teetime-wo-arrows-shrinked.png) TeeTime Logo -->
TeeTime is a Pipes-And-Filter-Framework for Java.
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:
......@@ -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:
TeeTime is available in many ways. If your projects use Maven, just add following dependency to your ``pom.xml``:
```xml
<dependency>
......
......@@ -9,7 +9,7 @@
<name>
TeeTime
</name>
<href>index.html</href>
<href>http://teetime.sourceforge.net</href>
</bannerLeft>
<body>
......@@ -58,7 +58,7 @@
<name>
TeeTime
</name>
<href>index.html</href>
<href>http://teetime.sourceforge.net</href>
</brand>
<slogan>
<![CDATA[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment