From 46ddb39287877576d380d46c20de9c1f3c28907b Mon Sep 17 00:00:00 2001 From: Dong Nguyen Date: Sun, 23 Jun 2024 11:39:56 +0700 Subject: [PATCH] v4.0.0 --- README.md | 12 ++++++------ deno.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 156880d..46add99 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,7 @@ for (let i = 0; i < 5; i++) { } ``` -In Deno, you can optionally use JSR packages without an install step using -`jsr:` specifiers: +You can use JSR packages without an install step using `jsr:` specifiers: ```ts import { sentence } from "jsr:@ndaidong/txtgen"; @@ -43,7 +42,7 @@ for (let i = 0; i < 5; i++) { } ``` -You can still use `npm:` specifiers as before: +You can also use `npm:` specifiers as before: ```ts import { sentence } from "npm:@ndaidong/txtgen"; @@ -97,7 +96,8 @@ for (let i = 0; i < 5; i++) { ```html