Skip to content

Commit a4777ee

Browse files
fix readme and package.json
1 parent 1acfe52 commit a4777ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[js-selection](http://aureooms.github.io/js-selection)
1+
[@aureooms/js-selection](http://aureooms.github.io/js-selection)
22
==
33

4-
Selection algorithms for JavaScript. Parent is
5-
[aureooms/js-sort](https://github.com/aureooms/js-sort).
4+
Selection algorithms for JavaScript.
5+
Parent is [@aureooms/js-sort](https://github.com/aureooms/js-sort).
66

77
```js
88
let quickselect = selection.singletco( partition.hoare ) ;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
},
4343
"homepage": "http://aureooms.github.io/js-selection",
4444
"keywords": [
45-
"bricks",
46-
"ender",
45+
"algorithms",
46+
"computer science",
4747
"javascript",
4848
"js",
4949
"median",

0 commit comments

Comments
 (0)