Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Murphy committed Dec 8, 2010
1 parent 01afad0 commit aff745f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -11,9 +11,11 @@ LoveSeat Basics
var client = new CouchClient(); //assumes localhost:5984 with no credentials if left blank

//From here you can get the database

var db= client.GetDatabase("my_database");

//Set the default design doc (not required and can be overriden

db.SetDefaultDesignDoc("name_of_design_doc");

//Get a Document By Id
Expand Down

0 comments on commit aff745f

Please sign in to comment.