Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellavelle authored Feb 20, 2020
1 parent da2bf35 commit b11bfd4
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Get up and running with ml4j quickly, with ml4j-quickstart.
There are many customisations possible with the configuration of the various
ml4j components and defaults.

This project autowires these components and factoris with default settings, so
This project autowires the more commonly used components and factories with default settings, so
you can get starting working with the project with a single artifact import.

## Quick Start ##
Expand All @@ -14,19 +14,18 @@ Download the jar though Maven:

```xml
<repository>
<id>ml4j-snapshots</id>
<url>https://raw.githubusercontent.com/ml4j/mvn-repository/master/snapshots
</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>ml4j-snapshots</id>
<url>https://raw.githubusercontent.com/ml4j/mvn-repository/master/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
```

```xml
<dependency>
<groupId>org.ml4j</groupId>
<artifactId>ml4j-quickstart</artifactId>
<version>2.0.0-SNAPSHOT</version>
<groupId>org.ml4j</groupId>
<artifactId>ml4j-quickstart</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
```

0 comments on commit b11bfd4

Please sign in to comment.