Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
b97tsk committed Sep 5, 2023
1 parent 3ca3d80 commit 7ef9474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rx

[![Go Reference](https://pkg.go.dev/badge/github.com/b97tsk/rx.svg)](https://pkg.go.dev/github.com/b97tsk/rx)
[![Build Status](https://github.com/b97tsk/rx/actions/workflows/build.yml/badge.svg?branch=generics)](https://github.com/b97tsk/rx/actions)
[![codecov](https://codecov.io/gh/b97tsk/rx/branch/generics/graph/badge.svg?token=N7LYL4U1U8)](https://codecov.io/gh/b97tsk/rx)
[![Build Status](https://github.com/b97tsk/rx/actions/workflows/build.yml/badge.svg?branch=generics)](https://github.com/b97tsk/rx/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/b97tsk/rx/badge.svg?branch=generics)](https://coveralls.io/github/b97tsk/rx?branch=generics)

A reactive programming library for Go, inspired by https://reactivex.io/ (mostly RxJS).

0 comments on commit 7ef9474

Please sign in to comment.