aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-04-24 02:00:33 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-04-24 02:00:33 -0400
commit1c9fb5c56ed546227b2eb411149d4a4c286bc1bd (patch)
treecbb3db3082cda9fb72147f63678bd85f70efe8fe /README.md
parent7fe1d16adef09f1a2a7c1c65bf064567224172d7 (diff)
downloadcbt-1c9fb5c56ed546227b2eb411149d4a4c286bc1bd.tar.gz
cbt-1c9fb5c56ed546227b2eb411149d4a4c286bc1bd.tar.bz2
cbt-1c9fb5c56ed546227b2eb411149d4a4c286bc1bd.zip
fix eval example
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 40b25bb..94aa2ab 100644
--- a/README.md
+++ b/README.md
@@ -287,7 +287,7 @@ $ cbt eval '1 + 1'
$ cbt eval scalaVersion
2.11.8
-$ cbt eval 'sources.strings.mkString(":")'
+$ cbt eval 'sources.map(_.string).mkString(":")'
/a/b/c:/d/e/f
```