Skip to content

Commit

Permalink
update Deno instructions to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
minecrawler committed Oct 23, 2023
1 parent 24bfe69 commit 8f34465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
```


Expand Down

0 comments on commit 8f34465

Please sign in to comment.