From 2a3912131136a3313c8faacf15b587b9755fae67 Mon Sep 17 00:00:00 2001 From: Arne Roomann-Kurrik Date: Sat, 30 Aug 2025 14:11:40 -0700 Subject: [PATCH] fix: collapse development section in readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b983ba7..2ec6b69 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,8 @@ const text = cleanstring(` // Result: " This is a multiline string\n with some content" ``` -## Development +
+Development ### Common commands @@ -220,6 +221,8 @@ The automated release process: 5. **Creates GitHub release** 6. **Automatically publishes to npm** (triggered by release creation) +
+ ## License MIT License - see [LICENSE](LICENSE) file for details.