diff --git a/README.md b/README.md index 2d416bc..610746c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ `main.ts` ```js -import JSON5 from "https://deno.land/x/json5"; +import JSON5 from "https://deno.land/x/json5/mod.ts"; const data = `{ // comments @@ -42,4 +42,4 @@ console.log(JSON5.parse(data)); - `JSON5.stringify` - `JSON5.parse` - `JSON5.require` -- `JSON5.requireAsync` \ No newline at end of file +- `JSON5.requireAsync`