clean up readme
This commit is contained in:
15
README.md
15
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user