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