Skip to content

Commit 4831b9f

Browse files
authored
Merge pull request #187 from lostgoat/Development
REAME.md: fix Usefull->Useful typo
2 parents 742cc13 + 1a08b01 commit 4831b9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Include the API as jar from your own build, or use Maven/Gradle/SBT/Leiningen: h
3838

3939
Mostly everything is accessed through the PokemonGo class in the API package.
4040

41-
The constructor of PokemonGo class requires a AuthInfo object which can be obtained from GoogleLogin().login or PTCLogin().login, and a OkHttpClient object.
41+
The constructor of PokemonGo class requires a AuthInfo object which can be obtained from GoogleLogin().login or PtcLogin().login, and a OkHttpClient object.
4242

4343
EG:
4444
```java
@@ -65,7 +65,7 @@ You can't. The Google Indentity Platform uses the SHA1 fingerprint and package n
6565
## Contributing
6666
- Fork it!
6767
- Create your feature branch: `git checkout -b my-new-feature`
68-
- Commit your changes: `git commit -am 'Usefull information about your new features'`
68+
- Commit your changes: `git commit -am 'Useful information about your new features'`
6969
- Push to the branch: `git push origin my-new-feature`
7070
- Submit a pull request on the `Development` branch :D
7171

0 commit comments

Comments
 (0)