diff --git a/README.markdown b/README.markdown index 85ff62aea..7540f2256 100644 --- a/README.markdown +++ b/README.markdown @@ -45,7 +45,7 @@ var content = response.Content; // raw content as string // or automatically deserialize result // return content type is sniffed but can be explicitly set via RestClient.AddHandler(); -RestResponse response2 = client.Execute(request); +IRestResponse response2 = client.Execute(request); var name = response2.Data.Name; // or download and save file to disk