Skip to content

Commit

Permalink
Merge branch 'master' of github.com:benkoska/CSV.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
benkoska committed Dec 13, 2021
2 parents 64bd0dd + 27d26c2 commit 2ce6763
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ After the installation you can import `CSV` in your `.swift` files.
import CSV
```

# Docs
Docs avaliable at https://docs.benkoska.com/csv

# Usage

```swift
let string = "joe,doe,28"
let parser = try CSVParser(url: url, header: ["firstName", "lastName", "age"])
Expand Down

0 comments on commit 2ce6763

Please sign in to comment.