From 11c9051644b819076e3b8deaeed6b18f983cc166 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 4 Aug 2023 14:04:48 +0000 Subject: [PATCH] Auto-generated commit --- README.md | 4 ++-- lib/index.js | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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' ); *