Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jun 27, 2024
1 parent 1e85bc1 commit c679dcc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016 Vladimir Agafonkin
Copyright (c) 2024 Volodymyr Agafonkin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ click to perform search under the cursor.
* [randomly clustered data](http://mourner.github.io/rbush/viz/viz-cluster.html)
* [uniformly distributed random data](http://mourner.github.io/rbush/viz/viz-uniform.html)

## Install

Install with NPM (`npm install rbush`), or use CDN links for browsers:
[rbush.js](https://unpkg.com/[email protected]/rbush.js),
[rbush.min.js](https://unpkg.com/[email protected]/rbush.min.js)

## Usage

### Installing RBush
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"index",
"math"
],
"author": "Vladimir Agafonkin",
"author": "Volodymyr Agafonkin",
"license": "MIT",
"type": "module",
"exports": "./index.js",
Expand Down

0 comments on commit c679dcc

Please sign in to comment.