Skip to content

Commit 7cf56cf

Browse files
committed
Fix README typo
1 parent e8b5560 commit 7cf56cf

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# Bijectors.jl
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://turinglang.github.io/Bijectors.jl/stable)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://turinglang.github.io/Bijectors.jl/dev)
3+
[![Docs - Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://turinglang.github.io/Bijectors.jl/stable)
4+
[![Docs - Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://turinglang.github.io/Bijectors.jl/dev)
55
[![Interface tests](https://github.com/TuringLang/Bijectors.jl/workflows/Interface%20tests/badge.svg?branch=main)](https://github.com/TuringLang/Bijectors.jl/actions?query=workflow%3A%22Interface+tests%22+branch%3Amain)
66
[![AD tests](https://github.com/TuringLang/Bijectors.jl/workflows/AD%20tests/badge.svg?branch=main)](https://github.com/TuringLang/Bijectors.jl/actions?query=workflow%3A%22AD+tests%22+branch%3Amain)
77

88
*A package for transforming distributions, used by [Turing.jl](https://github.com/TuringLang/Turing.jl).*
99

10-
Bijectors.jl implements both an interface for transforming distributions from Distributions.jl and many transformations needed in this context. This package is used heavily in the probabilistic programing language Turing.jl.
10+
Bijectors.jl implements both an interface for transforming distributions from Distributions.jl and many transformations needed in this context.
11+
This package is used heavily in the probabilistic programming language Turing.jl.
1112

1213
See the [documentation](https://turinglang.github.io/Bijectors.jl) for more.
1314

1415
## Do you want to contribute?
1516

16-
If you feel you have some relevant skills and are interested in contributing, please get in touch! You can find us in the #turing channel on the [Julia Slack](https://julialang.org/slack/) or [Discourse](https://discourse.julialang.org). If you're having any problems, please open a Github issue, even if the problem seems small (like help figuring out an error message). Every issue you open helps us to improve the library!
17+
If you feel you have some relevant skills and are interested in contributing, please get in touch!
18+
You can find us in the #turing channel on the [Julia Slack](https://julialang.org/slack/) or [Discourse](https://discourse.julialang.org).
19+
If you're having any problems, please open a Github issue, even if the problem seems small (like help figuring out an error message).
20+
Every issue you open helps us to improve the library!

0 commit comments

Comments
 (0)