From 3fc77ae291ff41f0af81fb3ef5fc6e0fc67c8d46 Mon Sep 17 00:00:00 2001 From: Bagaev Dmitry Date: Wed, 19 Feb 2025 15:41:05 +0100 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 107e323bc..568622d80 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ [docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg [docs-stable-url]: https://reactivebayes.github.io/Rocket.jl/stable -[ci-img]: https://github.com/reactivebayes/Rocket.jl/actions/workflows/ci.yml/badge.svg?branch=master +[ci-img]: https://github.com/reactivebayes/Rocket.jl/actions/workflows/ci.yml/badge.svg?branch=main [ci-url]: https://github.com/reactivebayes/Rocket.jl/actions -[codecov-img]: https://codecov.io/gh/reactivebayes/Rocket.jl/branch/master/graph/badge.svg -[codecov-url]: https://codecov.io/gh/reactivebayes/Rocket.jl?branch=master +[codecov-img]: https://codecov.io/gh/reactivebayes/Rocket.jl/branch/main/graph/badge.svg +[codecov-url]: https://codecov.io/gh/reactivebayes/Rocket.jl?branch=main Welcome to Rocket.jl - a fast, powerful, and intuitive reactive programming package for Julia! Rocket.jl makes it easy to work with asynchronous data streams and handle real-time events with style.