diff --git a/README.md b/README.md index 50f3ebe8..c9b178fe 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ There are several that you can contribute to Spring REST Docs: | Name | Description | | ---- | ----------- | | [restdocs-wiremock][17] | Auto-generate [WireMock][18] stubs as part of documenting your RESTful API | +| [restdocsext-jersey][19] | Enables Spring REST Docs to be used with [Jersey's test framework][20] | ## Licence @@ -60,4 +61,6 @@ Spring REST Docs is open source software released under the [Apache 2.0 license] [15]: http://stackoverflow.com/tags/spring-restdocs [16]: https://gitter.im/spring-projects/spring-restdocs [17]: https://github.com/ePages-de/restdocs-wiremock -[18]: http://wiremock.org/ \ No newline at end of file +[18]: http://wiremock.org/ +[19]: https://github.com/RESTDocsEXT/restdocsext-jersey +[20]: https://jersey.java.net/documentation/latest/test-framework.html \ No newline at end of file