Skip to content

Commit 6db5465

Browse files
committed
Fixed some typos in README and developer connection in pom
1 parent 33a6436 commit 6db5465

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ldviewer.load(new Runnable() {
2121
}
2222
});
2323
```
24-
To display data following information users have to call the `showLDValues(int[] positions,float[][] r2Values, int start, int end)` function with following parameter:
24+
To display data users have to call the `showLDValues(int[] positions,float[][] r2Values, int start, int end)` function with following parameters:
2525
- `positions`: Array of integer
2626
- `r2Values`: multi-dimensional array of floats in a [triangular matrix][2] form.
2727
- `start`: start position (should be the first position of the position array)
@@ -41,7 +41,7 @@ section:
4141

4242
```xml
4343
<dependency>
44-
<groupId>com.github.timeu.gwt-libs.ldviewer</groupId>
44+
<groupId>com.github.timeu.gwtlibs.ldviewer</groupId>
4545
<artifactId>ldviewer</artifactId>
4646
<version>1.0.0</version>
4747
</dependency>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
13-
<gwt.version>2.8.0-SNAPSHOT</gwt.version>
14-
<github.global.server>github</github.global.server>
15-
<github.maven.repository>file:///home/GMI/uemit.seren/Code/maven-repository/</github.maven.repository>
16-
<gwt.module>sample.LDViewerSample</gwt.module>
17-
<gwt.shortName>ldviewersample</gwt.shortName>
18-
<processing.version>1.0.0-SNAPSHOT</processing.version>
13+
<gwt.version>2.8.0-SNAPSHOT</gwt.version>
14+
<github.global.server>github</github.global.server>
15+
<github.maven.repository>file:///home/GMI/uemit.seren/Code/maven-repository/</github.maven.repository>
16+
<gwt.module>sample.LDViewerSample</gwt.module>
17+
<gwt.shortName>ldviewersample</gwt.shortName>
18+
<processing.version>1.0.0-SNAPSHOT</processing.version>
1919
</properties>
2020

2121
<developers>
@@ -177,7 +177,7 @@
177177
<module>ldviewer-sample</module>
178178
</modules>
179179
<scm>
180-
<url>https://timeu@github.com/timeu/ldviewergeno</url>
180+
<url>https://timeu@github.com/timeu/ldviewer</url>
181181
<connection>scm:git:https://timeu@github.com/timeu/ldviewer.git</connection>
182182
<developerConnection>scm:git:https://timeu@github.com/timeu/ldviewer.git</developerConnection>
183183
<tag>HEAD</tag>

0 commit comments

Comments
 (0)