Skip to content

Commit 69cc09c

Browse files
authored
Add badges from Juliahub (#1089)
Badges for version number and number of dependents. No code change, only to readme.
1 parent fe7f218 commit 69cc09c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
[![codecov.io](https://codecov.io/github/JuliaArrays/StaticArrays.jl/branch/master/graph/badge.svg)](http://codecov.io/github/JuliaArrays/StaticArrays.jl/branch/master)
88
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaArrays.github.io/StaticArrays.jl/stable)
99
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaArrays.github.io/StaticArrays.jl/dev)
10+
[![deps](https://juliahub.com/docs/StaticArrays/deps.svg)](https://juliahub.com/ui/Packages/StaticArrays/yY9vm?t=2)
11+
[![version](https://juliahub.com/docs/StaticArrays/version.svg)](https://juliahub.com/ui/Packages/StaticArrays/yY9vm)
12+
1013

1114
**StaticArrays** provides a framework for implementing statically sized arrays
1215
in Julia, using the abstract type `StaticArray{Size,T,N} <: AbstractArray{T,N}`.

0 commit comments

Comments
 (0)