Skip to content

Commit 33d5a8c

Browse files
authored
Update README.md
1 parent 928cc63 commit 33d5a8c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[![Build Status](https://travis-ci.org/scala/scala-collection-compat.svg?branch=master)](https://travis-ci.org/scala/scala-collection-compat)
22

3-
Scala 2.13 Collection Compatibility Library And Migration Tool
4-
==============================================================
3+
# Scala 2.13 Collection Compatibility Library And Migration Tool
4+
5+
To use this library, add the following to your build.sbt:
6+
7+
```
8+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "0.1.0"
9+
```
510

611
## Compatibility Library
712

0 commit comments

Comments
 (0)