From 1d81dd6c9a88ab8c2244ac4d62d7cfc1e80465a5 Mon Sep 17 00:00:00 2001 From: Cong Qin Date: Thu, 21 Feb 2013 16:09:54 -0800 Subject: [PATCH] SDKJAVA-1 #time 1w #comment Updated main README to be a little more clear on usage as well as providing commands on how to generate java docs #resolved --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 684b579..640ab1e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ To build this SDK you'll need Maven 3.x.x and run in the root: mvn clean install +To generate Java Docs please use: + + mvn clean site + Usage -------- @@ -16,6 +20,9 @@ it in your application classpath Refer to the examples to see basic usage. +Note that you can edit PredictionIO.java to set your own default values to build your own package to use. Otherwise, +please remember to provide both API Key and API Url when creating a PredictionIO Object for use. + Support =========