Skip to content

Commit

Permalink
fixed readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Nov 9, 2017
1 parent 5b4a46a commit bc55750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -47,7 +47,7 @@ t = D3Tree(children,
tooltip=tooltip,
link_style=link_style,
title="My Tree",
init_expanded=true)
init_expand=10)

inchrome(t)
```
Expand Down

0 comments on commit bc55750

Please sign in to comment.