diff --git a/deep_clone/README.md b/deep_clone/README.md index de2c463..8e9c2f9 100644 --- a/deep_clone/README.md +++ b/deep_clone/README.md @@ -22,7 +22,7 @@ ```ts /** Import from GH via `denopkg` */ -import { deepClone } from "https://denopkg.com/motss/deno_mod@v0.4.1/deep_clone/mod.ts"; +import { deepClone } from "https://denopkg.com/motss/deno_mod@v0.5.0/deep_clone/mod.ts"; (async () => { const simpleObject = { diff --git a/lit_ntml/README.md b/lit_ntml/README.md index 98b096f..e1ce081 100644 --- a/lit_ntml/README.md +++ b/lit_ntml/README.md @@ -13,8 +13,8 @@ ## Table of contents - [Usage](#usage) - - [html()](#html) - - [htmlFragment()](#htmlfragment) + - [html()](#html) + - [htmlFragment()](#htmlfragment) - [API Reference](#api-reference) - [html()](#html-1) - [htmlFragment()](#htmlfragment-1) @@ -25,7 +25,7 @@ #### html() ```ts -import { html } from "https://denopkg.com/motss/deno_mod@v0.4.1/lit_ntml/mod.ts"; +import { html } from "https://denopkg.com/motss/deno_mod@v0.5.0/lit_ntml/mod.ts"; const peopleList = ["Cash Black", "Vict Fisherman"]; const syncTask = () => `

Hello, World!

`; @@ -40,7 +40,7 @@ await html`${syncTask}${asyncLiteral}${asyncListTask}`; /** `

Hello, World!

`; const externalStyleLiteral = ``; diff --git a/normalize_diacritics/README.md b/normalize_diacritics/README.md index 07ce572..cf88163 100644 --- a/normalize_diacritics/README.md +++ b/normalize_diacritics/README.md @@ -22,7 +22,7 @@ ```ts /** Import from GH via `denopkg` */ -import { normalize } from "https://denopkg.com/motss/deno_mod@v0.4.1/normalize_diacritics/mod.ts"; +import { normalize } from "https://denopkg.com/motss/deno_mod@v0.5.0/normalize_diacritics/mod.ts"; (async () => { const str = "söme stüff with áccènts";