aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonios Chalkiopoulos <Antwnis@gmail.com>2014-05-22 22:32:43 +0100
committerAntonios Chalkiopoulos <Antwnis@gmail.com>2014-05-22 22:32:43 +0100
commit0b83b0ca46202e1b4ac7e408b400082ee050ebf1 (patch)
treeb06c42e87fb8be99271dd3e88966544b2f490444
parent6f02a455f89b7f8f8825da2a18a5b60d5773e260 (diff)
downloadSpyGlass-0b83b0ca46202e1b4ac7e408b400082ee050ebf1.tar.gz
SpyGlass-0b83b0ca46202e1b4ac7e408b400082ee050ebf1.zip
Formatting
-rw-r--r--README.md40
1 files changed, 20 insertions, 20 deletions
diff --git a/README.md b/README.md
index e1e1b86..2f63d0f 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ To use SpyGlass as a dependency use the following repository
For Scalding 0.10.0 use :
- <dependencies>
+ <dependencies>
<dependency>
<groupId>parallelai</groupId>
<artifactId>parallelai.spyglass</artifactId>
@@ -40,35 +40,35 @@ To use SpyGlass as a dependency use the following repository
</dependency>
</dependencies>
- For Scalding 0.9.1 use :
+ For Scalding 0.9.1 use :
- <dependencies>
- <dependency>
+ <dependencies>
+ <dependency>
<groupId>parallelai</groupId>
<artifactId>parallelai.spyglass</artifactId>
<version>2.10_0.9_4.3</version>
</dependency>
</dependencies>
- or for earlier versions :
+ or for earlier versions :
- <dependencies>
- <dependency>
- <groupId>parallelai</groupId>
- <artifactId>parallelai.spyglass</artifactId>
- <version>2.9.3_4.1.0</version>
- </dependency>
- </dependencies>
+ <dependencies>
+ <dependency>
+ <groupId>parallelai</groupId>
+ <artifactId>parallelai.spyglass</artifactId>
+ <version>2.9.3_4.1.0</version>
+ </dependency>
+ </dependencies>
- and
+ and
- <dependencies>
- <dependency>
- <groupId>parallelai</groupId>
- <artifactId>parallelai.spyglass</artifactId>
- <version>2.10.2_4.1.0</version>
- </dependency>
- </dependencies>
+ <dependencies>
+ <dependency>
+ <groupId>parallelai</groupId>
+ <artifactId>parallelai.spyglass</artifactId>
+ <version>2.10.2_4.1.0</version>
+ </dependency>
+ </dependencies>