Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell authored Jun 3, 2024
1 parent d1d7adf commit c70cd95
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ color =
expect parseStr color "green" == Ok Green
```

Also includes modules to parse the following formats (with various levels of maturity);
- Utf-8 Strings
- CSV
- XML
- Markdown
- HTTP

## Documentation

See [lukewilliamboswell.github.io/roc-parser/](https://lukewilliamboswell.github.io/roc-parser/)
Expand All @@ -30,4 +37,4 @@ Run tests locally with `roc test package/main.roc`

## Packaging

Bundle package into a URL for distribution using `roc build --bundle .tar.br package/main.roc`
Bundle package into a URL for distribution using `roc build --bundle .tar.br package/main.roc`

0 comments on commit c70cd95

Please sign in to comment.