From f30a970053204eac2e1a306955a567f8f3ccc83e Mon Sep 17 00:00:00 2001 From: Brandon Blaylock Date: Wed, 13 Mar 2024 19:55:20 -0700 Subject: [PATCH] chore: update readme to refer to jsr.io --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4da5e7a..a8c2ac4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)