Skip to content

Commit 79764f1

Browse files
authored
Update README.md
1 parent 74c09dc commit 79764f1

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11

2-
##### Note: this is a fork for a private project that includes PRs for the Java module system abd Java Record classes. I'm not actively supporting this.
2+
#### Note: this is a fork for a private project that includes PRs for the Java module system and Java Record classes. I'm not actively supporting this.
33

4-
[![Build Status](https://travis-ci.org/json-iterator/java.svg?branch=master)](https://travis-ci.org/json-iterator/java)
5-
[![codecov](https://codecov.io/gh/json-iterator/java/branch/master/graph/badge.svg)](https://codecov.io/gh/json-iterator/java)
6-
[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/json-iterator/java/master/LICENSE)
7-
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/json-iterator/Lobby)
4+
Original Project status (not this fork):
5+
[![Build Status](https://travis-ci.org/json-iterator/java.svg?branch=master)](https://travis-ci.org/json-iterator/java)
6+
[![codecov](https://codecov.io/gh/json-iterator/java/branch/master/graph/badge.svg)](https://codecov.io/gh/json-iterator/java)
7+
[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/json-iterator/java/master/LICENSE)
8+
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/json-iterator/Lobby)
89

910
Documentation : [http://jsoniter.com/java-features.html](http://jsoniter.com/java-features.html)
1011

1112
Scala User: https://github.com/plokhotnyuk/jsoniter-scala
1213

13-
To use this fork:
14+
#### To use this fork:
1415

1516
Add jitpack.io as a repository:
1617

@@ -42,8 +43,8 @@ Add this dependency, by referring to this Github page:
4243
</dependency>
4344
```
4445

45-
Note:
46-
The Java Module System enhancement has not been tested with jackson, gson or javassist.
46+
Note:
47+
**The Java Module System enhancement has not been tested with jackson, gson or javassist.**
4748
You might however vote for this PR in the original project, so it gets more popularity and the remaning problems can be addressed:
4849
[https://github.com/json-iterator/java/pull/325](https://github.com/json-iterator/java/pull/325)
4950

0 commit comments

Comments
 (0)