Skip to content

Commit

Permalink
feat(text): add multiple paths info to onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
davidballester committed Aug 9, 2019
1 parent 9c53f69 commit b082977
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ const TextEditor = ({ hidden, className, classes }) => (
<pre>(Frodo)->(Sam)</pre>
<p>Name your links too, if you wish.</p>
<pre>(Frodo)-[master of]->(Sam)</pre>
<p>And assign groups using colons!</p>
<p>Assign groups using colons!</p>
<pre>(Frodo:Hobbit:Ring bearer)-[master of:social relation]->(Sam)</pre>
<p>You can add multiple paths at once too! Just separate them using semicolons.</p>
<pre>(Frodo:Hobbit)->(Sam);(Sam:Ring bearer)->(Bill:Pony)</pre>
</Box>
);

Expand Down

0 comments on commit b082977

Please sign in to comment.