Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bugthesystem committed Mar 24, 2015
1 parent 2afa283 commit fb9298e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ Todo todo = response.ResultAs<Todo>(); //The response will contain the data writ
####Delete
```csharp

DeleteResponse response =await _client.DeleteAsync("todos"); //Deletes todos collection
response.Success; //Delete success flag
FirebaseResponse response =await _client.DeleteAsync("todos"); //Deletes todos collection
Console.WriteLine(response.StatusCode);
```
####Listen **Streaming from the REST API**
```csharp
Expand Down

0 comments on commit fb9298e

Please sign in to comment.