From 6d52a072249f2ee29f782c08eaf09175d3f8c580 Mon Sep 17 00:00:00 2001 From: Jorge Date: Wed, 6 Jan 2016 11:26:59 +0100 Subject: [PATCH] docs: update README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 76aba82..c3809ad 100644 --- a/README.md +++ b/README.md @@ -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.