Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Usage" section of the README.md forgets to show where RBush comes from #97

Closed
Pomax opened this issue Nov 5, 2019 · 1 comment
Closed

Comments

@Pomax
Copy link

Pomax commented Nov 5, 2019

The usage section currently reads:

Creating a Tree
const tree = new RBush();

But it's not clear where RBush comes from. Is this a const RBush = require("rbush");? Or is it the older const rbush = require("rbush"); const RBush = rbush.RBush;? or....?

Can the readme be updated to include the missing, but crucial, loading code?

@mourner mourner closed this as completed in e8d0ea2 Nov 6, 2019
@Pomax
Copy link
Author

Pomax commented Nov 6, 2019

nice, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant