From f82c6712e54b36e8e33334975c3fe6846c8f3cdf Mon Sep 17 00:00:00 2001 From: Ross Olson <6881019+Rossolson@users.noreply.github.com> Date: Sun, 18 Jul 2021 23:33:33 -0700 Subject: [PATCH] Update README.md Broken import statement, fixed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bf4d09..1f6956f 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ const postTitlesByViews = ( ## Installation ``` ts -import { CasualDB } from "https://deno.land/x/casualdb@0.1.4/mod.ts"; +import { CasualDB } from "https://deno.land/x/casualdb@v0.1.4/mod.ts"; // create an interface to describe the structure of your JSON interface Schema {