Skip to content

Commit d522e16

Browse files
committed
docs: update readme with badgest
1 parent 96a68e7 commit d522e16

1 file changed

Lines changed: 5 additions & 15 deletions

File tree

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# nearest-vector
1+
# ml-nearest-vector
22

3-
[![NPM version][npm-image]][npm-url]
4-
[![build status][travis-image]][travis-url]
5-
[![Test coverage][coveralls-image]][coveralls-url]
6-
[![David deps][david-image]][david-url]
7-
[![npm download][download-image]][download-url]
3+
[![NPM version](https://img.shields.io/npm/v/ml-nearest-vector.svg)](https://www.npmjs.com/package/ml-nearest-vector)
4+
[![npm download](https://img.shields.io/npm/dm/ml-nearest-vector.svg)](https://www.npmjs.com/package/ml-nearest-vector)
5+
[![test coverage](https://img.shields.io/codecov/c/github/mljs/spectra-processing.svg)](https://codecov.io/gh/mljs/spectra-processing)
6+
[![license](https://img.shields.io/npm/l/ml-nearest-vector.svg)](https://github.com/mljs/spectra-processing/blob/main/LICENSE)
87

98
> Find the nearest point to a sample point
109
@@ -34,12 +33,3 @@ findNearstVector(centers, [1, 2, 1]); // [1, 2, 1]
3433
## License
3534

3635
[MIT](./LICENSE)
37-
38-
[npm-image]: https://img.shields.io/npm/v/ml-nearest-vector.svg?style=flat-square
39-
[npm-url]: https://npmjs.org/package/ml-nearest-vector
40-
[coveralls-image]: https://img.shields.io/coveralls/mljs/nearest-vector.svg?style=flat-square
41-
[coveralls-url]: https://coveralls.io/github/mljs/nearest-vector
42-
[david-image]: https://img.shields.io/david/mljs/nearest-vector.svg?style=flat-square
43-
[david-url]: https://david-dm.org/mljs/nearest-vector
44-
[download-image]: https://img.shields.io/npm/dm/ml-nearest-vector.svg?style=flat-square
45-
[download-url]: https://npmjs.org/package/ml-nearest-vector

0 commit comments

Comments
 (0)