From ab17c0b044ecc225a7c6cd9a82033c20cfeeb8a8 Mon Sep 17 00:00:00 2001 From: Alexander Zinn Date: Wed, 20 Aug 2025 09:41:19 -0400 Subject: [PATCH] clean up readme --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index d9a06b1..a6a9b74 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,5 @@ # @techniker-me/csv -To install dependencies: - -```bash -bun install -``` - -To run: - -```bash -bun run src/index.ts -``` - -This project was created using `bun init` in bun v1.2.20. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime. - ## Usage ### Parse from string @@ -71,4 +57,3 @@ const result = await parser.parseFromString("a;b\n1;2", { - `output`: `"object" | "array"` (default `"array"`) - `validateRowLength`: pads/truncates rows to uniform length (default true) - `skipEmptyLines`: ignore empty lines (default true) -