From 5a82e2e9766c34f75a7353f2a96f1d91e9fc6572 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 18 Jan 2026 05:31:11 +0300 Subject: [PATCH] a bit of a pedantic fix... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40fea03..ede9378 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Or just download and drop [serialize.js](serialize.js) into your code. ```javascript -serialize = require('ig-serialize') +var serialize = require('ig-serialize') ```