diff --git a/README.md b/README.md index 9209070..430ba06 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GAE Jersey OAuth2.0 -Authentication using OAuth, integrated with Google App Engine and Jersey servlet container. +Authentication using OAuth, integrated with Google App Engine and Jersey 1.x servlet container. Includes token verifiers for Google Sign In and Facebook Login, but you can specify your own implementation. @@ -17,12 +17,12 @@ Extensible as much as possible, so you can swap any class with your own implemen me.lazerka.gae-jersey-oauth2 gae-jersey-oauth2 - 1.2 + 2.1 ``` * Gradle: ```groovy - compile 'me.lazerka.gae-jersey-oauth2:gae-jersey-oauth2:1.2' + compile 'me.lazerka.gae-jersey-oauth2:gae-jersey-oauth2:2.1' ``` 2. Install Guice module: