Skip to content

Commit 84a3c34

Browse files
committed
Add Zenodo DOI reference badge to README
1 parent 47a4917 commit 84a3c34

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# UnixMmap
22

3-
| **Documentation** | **Build Status** |
4-
|:-------------------------------------------------------------------------:|:------------------------------------------------------------:|
5-
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][ci-img]][ci-url] |
3+
| **Documentation** | **Build Status** | **DOI** |
4+
|:-------------------------------------------------------------------------:|:---------------------:|:-----------------------:|
5+
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][ci-img]][ci-url] | [![][doi-img]][doi-url] |
66

77
`UnixMmap` is an alternative to the Julia standard library's `Mmap`, with the purpose of
88
exposing the Unix memory-mapping interface.
@@ -55,6 +55,9 @@ julia> UnixMmap.mmap(Matrix{Float64}, (128, 3))
5555
[ci-img]: https://github.com/jmert/UnixMmap.jl/workflows/CI/badge.svg
5656
[ci-url]: https://github.com/jmert/UnixMmap.jl/actions
5757

58+
[doi-img]: https://zenodo.org/badge/295815969.svg
59+
[doi-url]: https://zenodo.org/badge/latestdoi/295815969
60+
5861
[codecov-img]: https://codecov.io/gh/jmert/UnixMmap.jl/branch/master/graph/badge.svg
5962
[codecov-url]: https://codecov.io/gh/jmert/UnixMmap.jl
6063

0 commit comments

Comments
 (0)