diff --git a/README.md b/README.md index 5acbe7e..5a1c94e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FractalIntegrals.jl [![Build Status](https://github.com/AndrewGibbs/FractalIntegrals.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/AndrewGibbs/FractalIntegrals.jl/actions/workflows/CI.yml?query=branch%3Amain) [![codecov](https://codecov.io/gh/AndrewGibbs/FractalIntegrals.jl/graph/badge.svg?token=Z3JPZANMW5)](https://codecov.io/gh/AndrewGibbs/FractalIntegrals.jl) [![Docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://andrewgibbs.github.io/FractalIntegrals.jl/dev/) +# FractalIntegrals.jl [![Build Status](https://github.com/AndrewGibbs/FractalIntegrals.jl/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/AndrewGibbs/FractalIntegrals.jl/actions/workflows/tests.yml?query=branch%3Amain) [![codecov](https://codecov.io/gh/AndrewGibbs/FractalIntegrals.jl/graph/badge.svg?token=Z3JPZANMW5)](https://codecov.io/gh/AndrewGibbs/FractalIntegrals.jl) [![Docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://andrewgibbs.github.io/FractalIntegrals.jl/dev/) description `FractalIntegrals` is a library of methods and structures for evaluating integrals and solving integral equations posed on fractals. It is a rewrite of [IFSintegrals](https://github.com/AndrewGibbs/IFSintegrals).