Skip to content

Commit

Permalink
Updated readme doc with Docs link badge, and correct module version n…
Browse files Browse the repository at this point in the history
…umber under the installation notes.
  • Loading branch information
RobDWaller committed Jul 2, 2020
1 parent 289430e commit f8b77bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f8b77bd

Please sign in to comment.