From 48f50d597ddda87ec7481d4e4565180cb5cbafcf Mon Sep 17 00:00:00 2001 From: rafawalter Date: Tue, 17 Aug 2021 15:31:56 -0300 Subject: [PATCH] deno.land urls do not have .ts immediately after humanizer --- README.md | 2 +- localtest.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd64ecc..6a55dd0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Humanizer.ts +https://deno.land/x/humanizerhttps://deno.land/x/humanizerhttps://deno.land/x/humanizerhttps://deno.land/x/humanizerhttps://deno.land/x/humanizer# Humanizer.ts Humanizer meets all your TypeScript needs for manipulating and displaying strings, dates, times, timespans, numbers and quantities. diff --git a/localtest.ts b/localtest.ts index 963a6fd..31baee6 100644 --- a/localtest.ts +++ b/localtest.ts @@ -1,5 +1,5 @@ -import { ShowQuantityAs } from "https://deno.land/x/humanizer.ts/toQuantity.ts" +import { ShowQuantityAs } from "https://deno.land/x/humanizer/toQuantity.ts" console.log("case".toQuantity(0)) console.log("case".toQuantity(1))