Skip to content

Commit

Permalink
Fixes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Sep 1, 2017
1 parent 8a03f17 commit b290ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ treeviz(root, value=lambda t:t[0], left=lambda t:t[1], right=lambda t:t[2])

## Implementation notes

### graphviz
### Graphviz

* Ugh. `shape=record` means html-labels can't use ports. warning!

* warning: `<td>` and `</td>` must be on same line or row is super wide!

### deploy
### Deploy

```bash
$ python setup.py sdist upload
Expand Down

0 comments on commit b290ac9

Please sign in to comment.