Skip to content

Commit

Permalink
deno.land urls do not have .ts immediately after humanizer
Browse files Browse the repository at this point in the history
  • Loading branch information
rafawalter committed Aug 17, 2021
1 parent 0cc6950 commit 48f50d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion localtest.ts
Original file line number Diff line number Diff line change
@@ -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))
Expand Down

0 comments on commit 48f50d5

Please sign in to comment.