Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Jan 6, 2016
1 parent 8151ce0 commit 6d52a07
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ minimal configuration file format (minimal, yay!). Just what everyone is looking
So this is a Scala library that allows you to parse any TOML file in a blink
of an eye. It is very handy when the user is not a technical user. Also, it is easier
than YAML.

## Import in your project
(ready in a few days)

## Acknowledgements
Built on top of [Fastparse](https://github.com/lihaoyi/fastparse) and
[Scalacheck](https://github.com/rickynils/scalacheck).

__This library is currently on development, although most of the functionality
is already there, some is missing, specially fancy things.__
Built on top of [Fastparse](https://github.com/lihaoyi/fastparse) (which means astonishing speed for parsing) and [Scalacheck](https://github.com/rickynils/scalacheck) to automatically parse any combination of valid TOML files.

0 comments on commit 6d52a07

Please sign in to comment.