coryodaniel / arbor

Ecto elixir adjacency list and tree traversal. Supports Ecto versions 2 and 3.
MIT License
239 stars 26 forks source link

Update README. Fix assignment of ancestors #13

Closed Ivor closed 7 years ago

Ivor commented 7 years ago

In the example of getting ancestors the return value is assigned to a variable named descendants rather than ancestors.

coryodaniel commented 7 years ago

Thanks!