Skip to content

Commit

Permalink
Merge pull request #335 from domesticmouse/master
Browse files Browse the repository at this point in the history
Documenting GAE usage
  • Loading branch information
domesticmouse committed Aug 17, 2017
2 parents 69fd291 + 03a96a5 commit 56835b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ For more usage examples, check out [the tests](src/test/java/com/google/maps/).
You can use this client library on Google App Engine with a single code change.

```java
GeoApiContext context = new GeoApiContext.Builder()
.requestHandlerBuilder(new GaeRequestHandler.Builder())
new GeoApiContext.Builder(new GaeRequestHandler.Builder())
.apiKey("AIza...")
.build();
```
Expand Down

0 comments on commit 56835b3

Please sign in to comment.