Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Rowell authored and Eric Rowell committed Apr 21, 2019
1 parent fb40973 commit 716a3ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ let model = {
{from: 1, to: 4},
{from: 2, to: 5},
],
width: 500,
height: 500,
steps: 30
};
graph = new ElGrapho({
container: document.getElementById('container'),
model: ElGrapho.layouts.ForceDirected(model)
model: ElGrapho.layouts.ForceDirected(model),
width: 500,
height: 500
});
```

Expand Down

0 comments on commit 716a3ec

Please sign in to comment.