From f8b77bdabf59e301a8115729498d0b90b42118d0 Mon Sep 17 00:00:00 2001 From: RobDWaller Date: Thu, 2 Jul 2020 16:08:56 +0100 Subject: [PATCH] Updated readme doc with Docs link badge, and correct module version number under the installation notes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6376d6c..6c37b77 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Actions Status](https://github.com/robdwaller/explicitly/workflows/ci/badge.svg)](https://github.com/robdwaller/explicitly/actions) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/robdwaller/explicitly) ![GitHub](https://img.shields.io/github/license/robdwaller/explicitly) +[![Actions Status](https://github.com/robdwaller/explicitly/workflows/ci/badge.svg)](https://github.com/robdwaller/explicitly/actions) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/robdwaller/explicitly) ![GitHub](https://img.shields.io/github/license/robdwaller/explicitly) [![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/explicitly/mod.ts) # Explicitly @@ -29,7 +29,7 @@ import { assertDateTime, assertFloat, Round -} from "https://deno.land/x/explicitly/mod.ts"; +} from "https://deno.land/x/explicitly@0.4.0/mod.ts"; ``` ## Basic Usage