Skip to content

Commit

Permalink
Readme: updated badge-links
Browse files Browse the repository at this point in the history
  • Loading branch information
krauthaufen authored May 2, 2021
1 parent 2832873 commit 6f136ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

[![CI - Windows](https://github.com/fsprojects/FSharp.Data.Adaptive/workflows/CI%20-%20Windows/badge.svg?branch=master)](https://github.com/fsprojects/FSharp.Data.Adaptive/actions?query=workflow%3A%22CI+-+Windows%22)
[![CI - Linux](https://github.com/fsprojects/FSharp.Data.Adaptive/workflows/CI%20-%20Linux/badge.svg?branch=master)](https://github.com/fsprojects/FSharp.Data.Adaptive/actions?query=workflow%3A%22CI+-+Linux%22)
[![CI - MacOS](https://github.com/fsprojects/FSharp.Data.Adaptive/workflows/CI%20-%20MacOS/badge.svg?branch=master)](https://github.com/fsprojects/FSharp.Data.Adaptive/actions?query=workflow%3A%22CI+-+MacOS%22)
[![CI - Fable](https://github.com/fsprojects/FSharp.Data.Adaptive/workflows/CI%20-%20Fable/badge.svg?branch=master)](https://github.com/fsprojects/FSharp.Data.Adaptive/actions?query=workflow%3A%22CI+-+Fable%22)
[![CI - Windows](https://github.com/fsprojects/FSharp.Data.Adaptive/workflows/CI%20-%20Windows/badge.svg?branch=master)](https://github.com/fsprojects/FSharp.Data.Adaptive/actions/workflows/windows.yml)
[![CI - Linux](https://github.com/fsprojects/FSharp.Data.Adaptive/workflows/CI%20-%20Linux/badge.svg?branch=master)](https://github.com/fsprojects/FSharp.Data.Adaptive/actions/workflows/linux.yml)
[![CI - MacOS](https://github.com/fsprojects/FSharp.Data.Adaptive/workflows/CI%20-%20MacOS/badge.svg?branch=master)](https://github.com/fsprojects/FSharp.Data.Adaptive/actions/workflows/mac.yml)
[![CI - Fable](https://github.com/fsprojects/FSharp.Data.Adaptive/workflows/CI%20-%20Fable/badge.svg?branch=master)](https://github.com/fsprojects/FSharp.Data.Adaptive/actions/workflows/fable.yml)
# FSharp.Data.Adaptive

FSharp.Data.Adaptive provides a clean API for handling changeable ("adaptive") data while sticking to *functional* principles. It allows programmers to treat adaptive values just like immutable data while still maintaining efficient updates. Many adaptive data structures and operators are provided.
Expand Down

0 comments on commit 6f136ef

Please sign in to comment.