From fb9298ee25820c3232d0a364452edb81ad87323c Mon Sep 17 00:00:00 2001 From: Ziya SARIKAYA Date: Tue, 24 Mar 2015 13:21:57 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f01f951..96c5af7 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ Todo todo = response.ResultAs(); //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