From ce7be78be3caa6284fe02c3a7d17d7d8451c4171 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Fri, 3 Jun 2022 18:11:58 +0900 Subject: [PATCH] Update badge in README.md matrix is a bundled gem, not the default gem. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3270cbc..d461e3e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Matrix [![Version](https://badge.fury.io/rb/matrix.svg)](https://badge.fury.io/rb/matrix) [![Default Gem](https://img.shields.io/badge/stdgem-default-9c1260.svg)](https://stdgems.org/matrix/) [![Test](https://github.com/ruby/matrix/workflows/test/badge.svg)](https://github.com/ruby/matrix/actions?query=workflow%3Atest) +# Matrix [![Version](https://badge.fury.io/rb/matrix.svg)](https://badge.fury.io/rb/matrix) [![Bundled Gem](https://img.shields.io/badge/stdgem-bundled-9c1260.svg)](https://stdgems.org/matrix/) [![Test](https://github.com/ruby/matrix/workflows/test/badge.svg)](https://github.com/ruby/matrix/actions?query=workflow%3Atest) An implementation of `Matrix` and `Vector` classes.