Skip to content

Commit 6c26580

Browse files
authored
Merge pull request #109 from lolgab/add-syntax-highlighting-readme
Add syntax highlighting to README.md
2 parents 7485110 + 67eab22 commit 6c26580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ requests.
1717

1818
To depend on scala-parallel-collections in sbt, add this to your `build.sbt`:
1919

20-
```
20+
```scala
2121
libraryDependencies +=
2222
"org.scala-lang.modules" %% "scala-parallel-collections" % "0.2.0"
2323
```
2424

2525
In your code, adding this import:
2626

27-
```
27+
```scala
2828
import scala.collection.parallel.CollectionConverters._
2929
```
3030

0 commit comments

Comments
 (0)