From b11bfd4af758080a97c810b07f64d5b9f1c435ad Mon Sep 17 00:00:00 2001 From: Michael Lavelle Date: Thu, 20 Feb 2020 15:19:36 +0000 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5351659..ce10671 100644 --- a/README.md +++ b/README.md @@ -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 ## @@ -14,19 +14,18 @@ Download the jar though Maven: ```xml - ml4j-snapshots - https://raw.githubusercontent.com/ml4j/mvn-repository/master/snapshots - - - true - + ml4j-snapshots + https://raw.githubusercontent.com/ml4j/mvn-repository/master/snapshots + + true + ``` ```xml - org.ml4j - ml4j-quickstart - 2.0.0-SNAPSHOT + org.ml4j + ml4j-quickstart + 2.0.0-SNAPSHOT ```