aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```