Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisT committed Apr 29, 2012
1 parent 00f77f5 commit fb787d6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Expand Up @@ -36,20 +36,13 @@ Listeners
Options
------
NOTE: Username and password are not needed if you're only going to load the gist.
<<<<<<< HEAD
Changed from "user,pass,[opts]" for easy option choosing.

User - Your github user name. (optional only if loading a gist.)
Pass - Your github password. (optional only if loading a gist, required with username.)
ID - Your gist id. (optional)
Timeout - Request timeout. (optional, defaults to 10 seconds)
Example: gdb = new GistDB({user:'USERNAME',pass:'PASSWORD',id:"9cb6f8b7baa8300af0d7",timeout:1000});
=======

ID - Your gist id. (optional)
Timeout - Request timeout. (optional, defaults to 10 seconds)
Example: gdb = new GistDB('USERNAME','PASSWORD',{id:"9cb6f8b7baa8300af0d7",timeout:1000});
>>>>>>> e1d00d918040984e8f23b61ef79b8f4517eec6a2

Usage
-------
Expand Down

0 comments on commit fb787d6

Please sign in to comment.