From 5a2f9543154451839caca7c9835dc579b69bb21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=BDdila?= Date: Fri, 3 Feb 2023 16:13:57 +0100 Subject: [PATCH] fixed import path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`