diff --git a/README.md b/README.md index edf6eaa..7948a05 100644 --- a/README.md +++ b/README.md @@ -394,8 +394,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/random-array-cosine.svg [npm-url]: https://npmjs.org/package/@stdlib/random-array-cosine -[test-image]: https://github.com/stdlib-js/random-array-cosine/actions/workflows/test.yml/badge.svg?branch=v0.0.1 -[test-url]: https://github.com/stdlib-js/random-array-cosine/actions/workflows/test.yml?query=branch:v0.0.1 +[test-image]: https://github.com/stdlib-js/random-array-cosine/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/random-array-cosine/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-array-cosine/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/random-array-cosine?branch=main diff --git a/lib/index.js b/lib/index.js index ab76db9..5cb3c06 100644 --- a/lib/index.js +++ b/lib/index.js @@ -23,7 +23,6 @@ * * @module @stdlib/random-array-cosine * -* * @example * var cosine = require( '@stdlib/random-array-cosine' ); *