From dacd9b797b48291d4d695ba62ba891c346c3f5eb Mon Sep 17 00:00:00 2001 From: Chris Watson Date: Tue, 10 Sep 2019 19:15:45 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8556d5b..3b6b70a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Apatite -[![Actions Status](https://github.com/watzon/apatite/workflows/Crystal CI/badge.svg)](https://github.com/watzon/apatite/actions) +[](https://github.com/watzon/apatite/actions) Apatite is a collection of mathematical and scientific algorithms. Currently it implements the API from Ruby's `Matrix` class for both `Matrix` and `Vector`. This API will be added to as needs arise. The goal is for this project to eventually contain everything you could get from SciPy, but in pure Crystal.