From 9fb0e4e3b9af7063d820ae37d97f26c77949d3df Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 10 Jan 2026 18:15:06 -0500 Subject: [PATCH] docs: update README.md; --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5da28bc..3e715c4 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ Programmatically edit JSONC in JavaScript. This is especially useful for making programmatic changes to JSON config files. -It's not recommended for very large files as this is using -[jsonc-parser](https://github.com/dprint/jsonc-parser/) via Wasm under the hood. ## Install