Skip to content

Commit

Permalink
USING.md working improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts authored Sep 5, 2017
1 parent 38a0f60 commit 0693bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The following modules are applications and data for testing and working with JTS

## Using JTS with Maven

To include JTS in your Maven project, add a dependency block like the next one.
To include JTS in a Maven project, add a dependency block like the following:

```xml
<dependency>
Expand All @@ -32,7 +32,7 @@ To include JTS in your Maven project, add a dependency block like the next one.
</dependency>
```

JTS snapshot artifacts are published to the LocationTech Maven repository. To include JTS in your project, add the following repositories to your pom.
JTS snapshot artifacts are published to the LocationTech Maven repository. To include JTS in a project, add the following repositories to the pom.

```xml
<repositories>
Expand Down

0 comments on commit 0693bfd

Please sign in to comment.