Skip to content

Commit db0a0ce

Browse files
committed
Replace 'SBT' with 'sbt'
1 parent 3690623 commit db0a0ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ As of Scala 2.11, this library is a separate jar that can be omitted from Scala
1919
* A more complicated example, [Building a lexer and parser with Scala's Parser Combinators](https://enear.github.io/2016/03/31/parser-combinators/)
2020
* "Combinator Parsing", chapter 33 of [_Programming in Scala, Third Edition_](http://www.artima.com/shop/programming_in_scala), shows how to use this library to parse arithmetic expressions and JSON. The second half of the chapter examines how the library is implemented.
2121

22-
## Adding an SBT dependency
23-
To depend on scala-parser-combinators in SBT, add something like this to your build.sbt:
22+
## Adding an sbt dependency
23+
To depend on scala-parser-combinators in sbt, add something like this to your build.sbt:
2424

2525
```
2626
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"

0 commit comments

Comments
 (0)