You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Include the API as jar from your own build, or use Maven/Gradle/SBT/Leiningen: h
38
38
39
39
Mostly everything is accessed through the PokemonGo class in the API package.
40
40
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.
42
42
43
43
EG:
44
44
```java
@@ -65,7 +65,7 @@ You can't. The Google Indentity Platform uses the SHA1 fingerprint and package n
65
65
## Contributing
66
66
- Fork it!
67
67
- 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'`
69
69
- Push to the branch: `git push origin my-new-feature`
70
70
- Submit a pull request on the `Development` branch :D
0 commit comments