mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-12-29 11:42:15 +00:00
Updated README for wip-specific information
This commit is contained in:
parent
16c8b409e6
commit
4eb948b694
1 changed files with 1 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
toml4j is a [TOML 0.2.0](https://github.com/mojombo/toml/tree/v0.2.0) parser for Java that uses the [Parboiled](http://www.parboiled.org) PEG parser.
|
||||
|
||||
[![Build Status](https://travis-ci.org/mwanji/toml4j.svg?branch=master)](https://travis-ci.org/mwanji/toml4j) [![Coverage Status](https://coveralls.io/repos/mwanji/toml4j/badge.png)](https://coveralls.io/r/mwanji/toml4j)
|
||||
[![Build Status](https://travis-ci.org/mwanji/toml4j.svg?branch=wip)](https://travis-ci.org/mwanji/toml4j) [![Coverage Status](https://img.shields.io/coveralls/mwanji/toml4j.svg)](https://coveralls.io/r/mwanji/toml4j?branch=wip)
|
||||
|
||||
For the bleeding-edge version integrating the latest specs, see the [work-in-progress branch](https://github.com/mwanji/toml4j/tree/wip).
|
||||
|
||||
|
@ -183,10 +183,6 @@ Long tableD = toml.getLong("table.d"); // returns null, not 5
|
|||
Long arrayD = toml.getLong("array[0].d"); // returns 3
|
||||
````
|
||||
|
||||
## TODO
|
||||
|
||||
* Fail on invalid definitions
|
||||
|
||||
## License
|
||||
|
||||
toml4j is copyright of Moandji Ezana and is licensed under the [MIT License](LICENSE)
|
||||
|
|
Loading…
Reference in a new issue