From ac48b6fe44489be1220bcb2c57c796fc8a2eb37b Mon Sep 17 00:00:00 2001 From: Adam Dingle Date: Thu, 6 Nov 2014 18:11:32 -0500 Subject: [PATCH] Add link to API documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af670e415..47c10b452 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ The standard Scala XML library. As of Scala 2.11, this library is a separate jar that can be omitted from Scala projects that do not use XML. We're also looking forward to alternative implementations! +API documentation is available [here](http://www.scala-lang.org/api/current/scala-xml/). + ## Adding an SBT dependency To depend on scala-xml in SBT, add something like this to your build.sbt: