Skip to content

Commit

Permalink
🤖 docs(README.md): Fix badges/shields#8671.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/31b7e48f29789fa2e2ad9e16013ff277c3bbca57/src/transforms/readme:tests-badge-shields-issue-8671.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Mar 1, 2024
1 parent 8061f4d commit ba65e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deque( 'abcde' , 3 ) ; // 'cde'

[![License](https://img.shields.io/github/license/data-structures-and-algorithms/deque.svg)](https://raw.githubusercontent.com/data-structures-and-algorithms/deque/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@data-structure/deque.svg)](https://www.npmjs.org/package/@data-structure/deque)
[![Tests](https://img.shields.io/github/workflow/status/data-structures-and-algorithms/deque/ci?event=push&label=tests)](https://github.com/data-structures-and-algorithms/deque/actions/workflows/ci.yml?query=branch:main)
[![Tests](https://img.shields.io/github/actions/workflow/status/data-structures-and-algorithms/deque/ci.yml?branch=main&event=push&label=tests)](https://github.com/data-structures-and-algorithms/deque/actions/workflows/ci.yml?query=branch:main)
[![Dependencies](https://img.shields.io/librariesio/github/data-structures-and-algorithms/deque.svg)](https://github.com/data-structures-and-algorithms/deque/network/dependencies)
[![GitHub issues](https://img.shields.io/github/issues/data-structures-and-algorithms/deque.svg)](https://github.com/data-structures-and-algorithms/deque/issues)
[![Downloads](https://img.shields.io/npm/dm/@data-structure/deque.svg)](https://www.npmjs.org/package/@data-structure/deque)
Expand Down

0 comments on commit ba65e83

Please sign in to comment.