Skip to content

Commit 3363804

Browse files
committed
Fix #61
1 parent f997745 commit 3363804

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
Project to build [Jackson](http://jackson.codehaus.org) module (jar)
1+
[Jackson](http://jackson.codehaus.org) module (jar)
22
to support JSON serialization and deserialization of
33
[Joda](http://joda-time.sourceforge.net/) data types.
44

55
## Status
66

77
[![Build Status](https://travis-ci.org/FasterXML/jackson-datatype-joda.svg)](https://travis-ci.org/FasterXML/jackson-datatype-joda)
88

9-
As of version 2.0 module is usable and relatively extensive.
9+
Module has been production-ready since version 2.0, and offers relatively extensive support for Joda datatypes.
1010
Contributions are always welcome -- not all types are yet supported; and we may want to support even wider alternative
1111
formats on input side.
1212

13+
## License
14+
15+
[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
16+
1317
## Usage
1418

1519
Since this module extends basic [Jackson databind](../../../jackson-databind) functionality, you may want to check out

0 commit comments

Comments
 (0)