From 6cd9cf1335a9648f1d59a251e61bf630ea8b8b31 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 20 Aug 2019 11:39:48 -0700 Subject: [PATCH] Update README.md fixes #27 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c4d52aac..b0f72109 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ import scala.collection.parallel.CollectionConverters._ will enable use of the `.par` method as in earlier Scala versions. +### Scaladoc + +Here is the [full Scaladoc](https://static.javadoc.io/org.scala-lang.modules/scala-parallel-collections_2.13/0.2.0/scala/collection/index.html). + ### Cross-building: dependency This module is published only for the Scala 2.13.x series, so in a