Skip to content

Commit 13f0dd6

Browse files
authored
Update README.md
1 parent 023c79d commit 13f0dd6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ Suppose you want to create a random number generator. The generated numbers shou
3434
So, you need to add the library that contains the implementation of the keyword `Yield`:
3535

3636
``` scala
37-
// Add the following setting in your build.sbt
37+
// Add the "keywords-yield" library in your build.sbt, to use the `Yield` keyword
3838
libraryDependencies += "com.thoughtworks.dsl" %% "keywords-yield" % "latest.release"
39+
40+
// Add other "keywords-xxx" libraries in your build.sbt, to use other keywords
41+
// libraryDependencies += "com.thoughtworks.dsl" %% "keywords-xxx" % "latest.release"
3942
```
4043

4144
And the Dsl.scala compiler plug-ins that are shared by all DSLs:

0 commit comments

Comments
 (0)