From 440ec4d6ef1dd27d436693426307dbdae1332ea2 Mon Sep 17 00:00:00 2001 From: Francesco Alemanno <50984334+francescoalemanno@users.noreply.github.com> Date: Thu, 14 Nov 2024 07:19:08 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 19b596c..22e3225 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ # Trapz.jl A simple Julia package to perform trapezoidal integration over common Julia arrays. +the package is registered on Julia Registry, so it can be added as follows -[![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliahub.com/docs/Trapz/ze2sm/) -[![CI](https://github.com/francescoalemanno/Trapz.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/francescoalemanno/Trapz.jl/actions/workflows/ci.yml) - -the package is now registered on Julia Registry, so it can be added as follows ````julia - import Pkg Pkg.pkg"add Trapz" ````