From 8f3446598c0b43edf4b510e1323630b47212dbdd Mon Sep 17 00:00:00 2001 From: Marco Alka Date: Tue, 24 Oct 2023 01:34:53 +0200 Subject: [PATCH] update Deno instructions to latest version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 245e6f5..e69eda6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ $ npm install sim-ecs or used as direct import for Deno: ```typescript -import * as simEcs from "https://deno.land/x/sim_ecs@v0.6.3/src/index.ts"; +import * as simEcs from "https://deno.land/x/sim_ecs@v0.6.4/src/index.ts"; ```