We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ff14a commit edf9f33Copy full SHA for edf9f33
README.md
@@ -127,7 +127,7 @@ Gson gson = new GsonBuilder().setPrettyPrinting().create();
127
System.out.println(gson.toJson(results[0].addressComponents));
128
129
// Invoke .shutdown() after your application is done making requests
130
-context.shutdown()
+context.shutdown();
131
```
132
133
**Note:** The `GeoApiContext` is designed to be a [Singleton](https://en.wikipedia.org/wiki/Singleton_pattern)
0 commit comments