From 1a708eb0635e558e8c87bcc01070da2f9f3a1f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20Dang=F0=9F=A4=96?= Date: Wed, 23 Sep 2020 00:10:23 -0700 Subject: [PATCH] Add Link to repo. Update version in README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7002fe6..1486dcd 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ To get started, add WhyLogs to your Maven POM: ai.whylabs whylogs-core - 0.0.2b2 + 0.1.0 ``` For the full Java API signature, see the [Java Documentation](https://www.javadoc.io/doc/ai.whylabs/whylogs-core/latest/index.html). @@ -74,11 +74,14 @@ Spark package (Scala 2.11 or 2.12 only): ai.whylabs whylogs-spark_2.11 - 0.0.2b2 + 0.1.0 ``` For the full Scala API signature, see the [Scala API Documentation](https://javadoc.io/doc/ai.whylabs/whylogs-spark_2.11/latest/index.html). +## Examples Repo + +For examples in different languages, please checkout our [whylogs-examples](https://github.com/whylabs/whylogs-examples) repository. ## Simple tracking The following code is a simple tracking example that does not output data to disk: