aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2017-04-24 02:40:14 -0400
committerGitHub <noreply@github.com>2017-04-24 02:40:14 -0400
commitfb0c68ffab35db304771e177ce93f80a680fabcc (patch)
treedeecf54a2183313290ca88bf81e184e0c723249a
parent4e48d611a3ae344f62e2914dedef3714ab9f532a (diff)
parent1c9fb5c56ed546227b2eb411149d4a4c286bc1bd (diff)
downloadcbt-fb0c68ffab35db304771e177ce93f80a680fabcc.tar.gz
cbt-fb0c68ffab35db304771e177ce93f80a680fabcc.tar.bz2
cbt-fb0c68ffab35db304771e177ce93f80a680fabcc.zip
Merge pull request #500 from cvogt/fix-readme
fix eval example
-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
```