Skip to content

Commit

Permalink
chore: update readme to refer to jsr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
baetheus committed Mar 14, 2024
1 parent 7d3fd9a commit f30a970
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,4 +1,4 @@
# functional [![Coverage Status](https://coveralls.io/repos/github/baetheus/fun/badge.svg?branch=main)](https://coveralls.io/github/baetheus/fun?branch=main) [![deno module](https://shield.deno.dev/x/fun)](https://deno.land/x/fun)
# functional [![Coverage Status](https://coveralls.io/repos/github/baetheus/fun/badge.svg?branch=main)](https://coveralls.io/github/baetheus/fun?branch=main) [![deno module](https://shield.deno.dev/x/fun)](https://deno.land/x/fun) [![JSR](https://jsr.io/badges/@baetheus/fun)](https://jsr.io/@baetheus/fun)

Functional is a no dependency utility library for TypeScript and JavaScript that
includes a full suite of functional programming tools. Recent versions have
Expand Down Expand Up @@ -51,7 +51,7 @@ pipe(
## Documentation

Documentation is generated for each github tagged release. The latest
documentation can be found [here](https://deno.land/x/fun). Following is a list
documentation can be found [here](https://jsr.io/@baetheus/fun). Following is a list
of the [algebraic data types](https://en.wikipedia.org/wiki/Algebraic_data_type)
and
[algebraic structures](https://en.wikipedia.org/wiki/Algebraic_structure)/[type classes](https://en.wikipedia.org/wiki/Type_class)
Expand Down

0 comments on commit f30a970

Please sign in to comment.