From f6593419cb67eaff70f21ab8890d78e6b493e617 Mon Sep 17 00:00:00 2001 From: Chris Watson Date: Tue, 10 Sep 2019 19:12:04 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c0006f..8556d5b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Apatite +[![Actions Status](https://github.com/watzon/apatite/workflows/Crystal CI/badge.svg)](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. ## Installation @@ -45,4 +47,4 @@ Check out the [documentation](https://watzon.github.io/apatite/) for usage examp ## Contributors -- [Chris Watson](https://github.com/watzon) - creator and maintainer \ No newline at end of file +- [Chris Watson](https://github.com/watzon) - creator and maintainer