From f7cf0cd3846a1a993c3fef4b84548f6a70138bbe Mon Sep 17 00:00:00 2001 From: Coding-Dev-Tools Date: Fri, 3 Jul 2026 13:22:11 -0400 Subject: [PATCH] improve: remove dangling npm boilerplate from README --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 2595b48..26011f7 100644 --- a/README.md +++ b/README.md @@ -130,15 +130,3 @@ json2sql is one of eleven CLI tools in the Revenue Holdings suite. One license c ## License MIT - -## Install - -```bash -npm install -``` - -## Test - -```bash -npm test # runs: node --test tests/ -```