Skip to content

Commit cf0a5b9

Browse files
authored
Update downloads badge in README.md [no ci]
1 parent 89661c2 commit cf0a5b9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Strided array views with efficient (cache-friendly and multithreaded) manipulati
77

88
| **Build Status** | **Coverage** | **Quality assurance** | **Downloads** |
99
|:----------------:|:------------:|:---------------------:|:--------------|
10-
| [![CI][ci-img]][ci-url] [![CI (Julia nightly)][ci-julia-nightly-img]][ci-julia-nightly-url] | [![Codecov][codecov-img]][codecov-url] | [![Aqua QA][aqua-img]][aqua-url] | [![Strided Downloads][genie-img]][genie-url] |
10+
| [![CI][ci-img]][ci-url] [![CI (Julia nightly)][ci-julia-nightly-img]][ci-julia-nightly-url] | [![Codecov][codecov-img]][codecov-url] | [![Aqua QA][aqua-img]][aqua-url] | [![Strided Downloads][downloads-img]][downloads-url] |
1111

1212
[github-img]: https://github.com/Jutho/Strided.jl/workflows/CI/badge.svg
1313
[github-url]: https://github.com/Jutho/Strided.jl/actions?query=workflow%3ACI
@@ -26,10 +26,8 @@ Strided array views with efficient (cache-friendly and multithreaded) manipulati
2626
[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
2727
[aqua-url]: https://github.com/JuliaTesting/Aqua.jl
2828

29-
[genie-img]:
30-
https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/Strided
31-
[genie-url]: https://pkgs.genieframework.com?packages=Strided
32-
29+
[downloads-img]: https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Ftotal_downloads%2FStrided&query=total_requests&label=Downloads
30+
[downloads-url]: http://juliapkgstats.com/pkg/Strided
3331

3432
A Julia package for working more efficiently with strided arrays, i.e. dense arrays whose
3533
memory layout has a fixed stride along every dimension. Strided.jl does not make any

0 commit comments

Comments
 (0)