From d4820800e223f9e3611998c1e44ef1b6f170b473 Mon Sep 17 00:00:00 2001 From: Andrew Hutchinson Date: Thu, 1 Oct 2020 11:06:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0d6d7e..98efb62 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # oAuthTwitterWrapper This provides a really simple solution to authenticating and wrapping twitter's API calls using the 1.1 API and OAuth. -##Quick installation instructions: +## Quick installation instructions: Run the following nuget command from your project to install the [package] (http://nuget.org/packages/oAuthTwitterWrapper/): @@ -20,7 +20,7 @@ If you would prefer to use serialiazed C# pocos use the following: var json = twit.GetMyTimeline(); var tweets = JsonConvert.DeserializeObject>(json); // Deserialize with Json.NET -#Notes +# Notes Currently it exposes timeline (twitter feed) and search calls, returned as raw json (which can be serialized into c# pocos, examples in the github project). Screen shot below (please note there is no styling applied you have full control over how it is rendered in your application).