X-Git-Url: https://git.r.bdr.sh/rbdr/map/blobdiff_plain/9acbbf34f8183ead1f2a12e60ecb919d5b3fec07..9703ef690a21067a1929f3020350e0d5d459f8ef:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 888781a..e64c16a 100644 --- a/README.md +++ b/README.md @@ -65,15 +65,17 @@ you'll get some rendering issues. ### Groups -You can group nodes together by using `[Group] NodeA NodeB...`. eg. +You can group nodes together by using `[Group] NodeA, NodeB...`. eg. -- `[Group] Tinker Tailor Soldier` +- `[Group] Tinker, Tailor, Soldier` +- `[Group] Two Words, Three Words Here` ### Notes -You can add notes by using `[Note] (x,y) Text`. eg. +You can add notes `[Note] (x, y) Text` where x and y are numbers, and Text is +any text with spaces or `\n`. -- `[Note] (10, 20.1) This is a note, it will wrap itself` -- `[Note] (10, 20.1) This is a note,\nwith a forced wrap` +- `[Note] (30, 45) Here we want to call out an explanation or context.` +- `[Note] (90, 25) We're close to the edge \n so we can multiline it.` [swift-format]: https://github.com/apple/swift-format.git