diff --git a/README.md b/README.md index 9bec0d3..61d9964 100644 --- a/README.md +++ b/README.md @@ -1831,7 +1831,7 @@ Newlines and alignment are also possible in content. ``` js box.setContent('hello\n' + '{right}world{/right}\n' - + '{center}foo{/center}\n'); + + '{center}foo{/center}\n' + 'left{|}right'); ```