Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Commit 1a708eb

Browse files
author
Andy Dang🤖
committed
Add Link to repo. Update version in README.md
1 parent b44387b commit 1a708eb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To get started, add WhyLogs to your Maven POM:
6464
<dependency>
6565
<groupId>ai.whylabs</groupId>
6666
<artifactId>whylogs-core</artifactId>
67-
<version>0.0.2b2</version>
67+
<version>0.1.0</version>
6868
</dependency>
6969
```
7070
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):
7474
<dependency>
7575
<groupId>ai.whylabs</groupId>
7676
<artifactId>whylogs-spark_2.11</artifactId>
77-
<version>0.0.2b2</version>
77+
<version>0.1.0</version>
7878
</dependency>
7979
```
8080
For the full Scala API signature, see the [Scala API Documentation](https://javadoc.io/doc/ai.whylabs/whylogs-spark_2.11/latest/index.html).
8181

82+
## Examples Repo
83+
84+
For examples in different languages, please checkout our [whylogs-examples](https://github.com/whylabs/whylogs-examples) repository.
8285

8386
## Simple tracking
8487
The following code is a simple tracking example that does not output data to disk:

0 commit comments

Comments
 (0)