Skip to content

Commit

Permalink
docs improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
note committed May 19, 2018
1 parent 5a7cb3d commit d876435
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ Of course, JSON is much more popular and XML at the same time is regarded as a l

## Status of project

Library is in an early state of initial development.
Some early versions of the project has been released. It's definitely not very mature yet.
In next releases I would like to focus on DSL and optics aspects as suprisingly in the first release
a lot of time was spent on io module. Don't expect rapid development as it's just side project
made in my free time.

## Various

Expand Down Expand Up @@ -46,11 +49,16 @@ Example:
bench/jmh:run -i 10 -wi 10 -f1 -t1 -prof gc .*Roundtrip*.
```

## Contributing

Contributions are very welcome. All code or documentation that is provided must be licensed with
the same license `xml-lens` is licensed with (MIT license, available [here](https://github.com/note/xml-lens/blob/master/LICENSE).

## License

All code is available to you under the MIT license, available [here](https://github.com/note/xml-lens/blob/master/LICENSE).


## Acknowledgements

Early development of `xml-lens` was funded by [scalac](https://scalac.io/).
Many thanks to [scalac](https://scalac.io/) that funded early development of `xml-lens`.
2 changes: 1 addition & 1 deletion docs/src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ All code is available to you under the MIT license, available [here](https://git

## Acknowledgements

Early development of `xml-lens` was funded by [scalac](https://scalac.io/).
Many thanks to [scalac](https://scalac.io/) that funded early development of `xml-lens`.

0 comments on commit d876435

Please sign in to comment.