From 00bccd8f4bbf2816989273eaf1a4ba266843c0d8 Mon Sep 17 00:00:00 2001 From: Ang Hao Yang Date: Tue, 18 Dec 2018 02:32:01 +0800 Subject: [PATCH] Updated readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc4c207..1b976b0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Spark Typeclass ## Cats typeclass instances for Apache Spark -Currently only contains algebraic (`Semigroup` / `Monoid`) and order typeclass instances for `Column` DataFrame` and `Dataset`. +Currently only contains algebraic (`Semigroup` / `Monoid`) and order typeclass instances for `Column` `DataFrame` and `Dataset`. For `RDD` typeclass instances, you may wish refer to [Frameless](https://github.com/typelevel/frameless/). (We could include them in this project in the future as well.) @@ -9,7 +9,7 @@ This project has been compile with Spark 2.4.0 but it should compatible with any ### SBT Setup ```scala -libraryDependencies += "io.github.yangzai" %% "spark-typeclass" % "0.1.0-SNAPSHOT" +libraryDependencies += "io.github.yangzai" %% "spark-typeclass" % "0.1.0" ``` ### Example