Merge pull request #161 from leadpony/fix_jsonpointer
Add missing JsonPointer#toString in api/impl/tests
diff --git a/README.md b/README.md
index 5960c73..80d0b9f 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
[](https://travis-ci.org/eclipse-ee4j/jsonp)
-# JSON Processing (JSON-P)
+# Jakarta JSON Processing (JSON-P)
-This projects contains API and Reference Implementation (RI) of JSR-374.
-The Java API for JSON Processing provides portable APIs to parse, generate, transform, and query JSON documents.
+Jakarta API for JSON Processing provides portable APIs to parse, generate, transform, and query JSON documents. The project is an evolution of [JSR-374](https://jcp.org/en/jsr/detail?id=374) under Jakarta EE umbrella and contains API and a compatible implementation.
## Build
@@ -19,5 +18,5 @@
## Links
-- JSON-P official web site: https://javaee.github.io/jsonp
-- JSR-374 page on JCP site: https://jcp.org/en/jsr/detail?id=374
+- Official [web site](https://eclipse-ee4j.github.io/jsonp/)
+- [Eclipse Project](https://projects.eclipse.org/projects/ee4j.jsonp/)