Skip to content

Commit ce97b94

Browse files
authored
Update README.md
1 parent a8b7afc commit ce97b94

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Sign up for a [free-trial API Key](https://opencagedata.com/users/sign_up).
4343
#### Forward
4444

4545
```java
46-
// In real live application the JOpenCageGeocoder should be a Singleton
46+
// In real-life application, the JOpenCageGeocoder should be a Singleton
4747
JOpenCageGeocoder jOpenCageGeocoder = new JOpenCageGeocoder(YOUR_API_KEY);
4848

4949
JOpenCageForwardRequest request = new JOpenCageForwardRequest("Graz");
@@ -56,7 +56,7 @@ JOpenCageResponse response = jOpenCageGeocoder.forward(request); // try..catch o
5656
#### Reverse
5757

5858
```java
59-
// In real live application the JOpenCageGeocoder should be a Singleton
59+
// In real-life application, the JOpenCageGeocoder should be a Singleton
6060
JOpenCageGeocoder jOpenCageGeocoder = new JOpenCageGeocoder(YOUR_API_KEY);
6161

6262
JOpenCageReverseRequest request = new JOpenCageReverseRequest(-22.6792, 14.5272);
@@ -82,7 +82,7 @@ https://opencagedata.github.io/jopencage/javadoc/
8282

8383
## Testing
8484

85-
For running the tests you have to use your _OWN_ OpenCage Geocoding API Key. Get a free trial key at https://opencagedata.com
85+
For running the tests, you have to use your _OWN_ OpenCage Geocoding API Key. Get a free trial key at https://opencagedata.com
8686

8787
```bash
8888
./gradlew -DOPENCAGE_API_KEY=<your apikey> test
@@ -91,7 +91,7 @@ For running the tests you have to use your _OWN_ OpenCage Geocoding API Key. Get
9191
## Gradle
9292

9393
```bash
94-
./gradlew wrapper --gradle-version 9.2.1
94+
./gradlew wrapper --gradle-version 9.3.0
9595
```
9696

9797
## Contribute
@@ -108,7 +108,7 @@ Apache 2.0. Please see [LICENSE](jopencage/blob/master/LICENSE).
108108

109109
## History
110110

111-
Until July 2023 this library was maintained by [Michael Oberwasserlechner](https://github.com/moberwasserlechner). At his request due to lack of time to work on it the libary was then taken over by OpenCage GmbH. Thanks, Michael!
111+
Until July 2023, this library was maintained by [Michael Oberwasserlechner](https://github.com/moberwasserlechner). At his request, due to a lack of time to work on it, the library was then taken over by OpenCage GmbH. Thanks, Michael!
112112

113113
## Who is OpenCage GmbH?
114114

@@ -117,3 +117,4 @@ Until July 2023 this library was maintained by [Michael Oberwasserlechner](https
117117
We run the [OpenCage Geocoding API](https://opencagedata.com/api). Learn more [about us](https://opencagedata.com/about).
118118

119119
We also run [Geomob](https://thegeomob.com), a series of regular meetups for location based service creators, where we do our best to highlight geoinnovation. If you like geo stuff, you will probably enjoy [the Geomob podcast](https://thegeomob.com/podcast/).
120+

0 commit comments

Comments
 (0)