EddieRingle / ghapi

A Java wrapper for the GitHub API
28 stars 2 forks source link

Update Readme #1

Open ghost opened 12 years ago

ghost commented 12 years ago
 gapi.authenticate("myusername", "mypassword"); 

Should be:

 gapi.authenticate("myusername", "mypassword", boolean);