diff --git a/.github/workflows/crystal.yml b/.github/workflows/crystal.yml index c8442af..dcac7dc 100644 --- a/.github/workflows/crystal.yml +++ b/.github/workflows/crystal.yml @@ -1,4 +1,4 @@ -name: Crystal CI +name: Specs on: [push] diff --git a/README.md b/README.md index 3b6b70a..b21af86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Apatite -[](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.