diff --git a/README.md b/README.md index fb23f46..f096946 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # array-queue -[![Circle CI](https://img.shields.io/circleci/project/github/raviqqe/array-queue.svg?style=flat-square)](https://circleci.com/gh/raviqqe/array-queue) +[![GitHub Action](https://img.shields.io/github/actions/workflow/status/raviqqe/nonbox/test.yaml?branch=main&style=flat-square)](https://github.com/raviqqe/nonbox/actions) [![Crates.io](https://img.shields.io/crates/v/array-queue.svg?style=flat-square)](https://crates.io/crates/array-queue) -[![License](https://img.shields.io/github/license/raviqqe/array-queue.svg?style=flat-square)](https://opensource.org/licenses/MIT) +[![License](https://img.shields.io/github/license/raviqqe/array-queue.svg?style=flat-square)][license] Fixed size bidirectional queues based on arrays. ## License -[MIT](LICENSE) +[MIT][license] + +[license]: https://github.com/raviqqe/array-queue/blob/main/LICENSE