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