From da2a186c956db766885507c3de6930f188162550 Mon Sep 17 00:00:00 2001 From: Ben Ashton Date: Sun, 14 Mar 2021 21:38:17 -0700 Subject: [PATCH] Missing colon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17229db..35a155e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ ES6 Module: import { PawSQLite, PawSQLiteError } from "pawsqlite"; ``` -CommonJS +CommonJS: ```javascript const PawSQLite = require("pawsqlite");