From 1094e784a21ce4d149780e50438e63049d1aa3a0 Mon Sep 17 00:00:00 2001 From: Titouan Vervack Date: Mon, 6 Feb 2017 13:27:15 +0100 Subject: [PATCH] Fixed typo in readme Signed-off-by: Titouan Vervack --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9571072f1..b30cf8918 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ Additional command line arguments: - `-PcompileXtend=true` activates the [Xtend](http://xtend-lang.org) compiler, but this is optional because the generated Java code is included in the repository. - `-PuseJenkinsSnapshots=true` switches to using the Maven repository generated by the [Jenkins build job](http://services.typefox.io/open-source/jenkins/job/xtext-lib/) for [xtext-lib](https://github.com/eclipse/xtext-lib). Without this argument, [Sonatype snapshots](https://oss.sonatype.org/content/repositories/snapshots) are used. -## Continuos Integration +## Continuous Integration This project is built by the [xtext-core multi-branch job on Jenkins](http://services.typefox.io/open-source/jenkins/job/xtext-core/).