aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-04-08 21:13:22 -0700
committerJakob Odersky <jakob@odersky.com>2018-04-08 22:20:24 -0700
commit3b06d35e974535d6c67e9e256d8773baaf50cd31 (patch)
treee4701dd600783d4eb20ce8a2d3d3ef74e38dfad2
parent8e02d1f8e2663ee6e801bb56d7eb83ac4373c651 (diff)
downloadyamlesque-3b06d35e974535d6c67e9e256d8773baaf50cd31.tar.gz
yamlesque-3b06d35e974535d6c67e9e256d8773baaf50cd31.tar.bz2
yamlesque-3b06d35e974535d6c67e9e256d8773baaf50cd31.zip
Add scala type to code snippets
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 541c383..cdf5e2c 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ and has a minimal set of dependencies.
## Getting Started
Include yamlesque into a project. In sbt, this can be done with:
-```
+```scala
libraryDependencies += "io.crashbox" %% "yamlesque" % "<latest_tag>"
```
### Parse some YAML
-```
+```scala
import yamlesque._
val text = s"""|name: yamlesque