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) -