Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
francescoalemanno authored Nov 14, 2024
1 parent bbeadef commit 440ec4d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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"
````
Expand Down

0 comments on commit 440ec4d

Please sign in to comment.