From a952319ed4a463f385f7e7597413276ef1c5fa8b Mon Sep 17 00:00:00 2001 From: linvi Date: Mon, 21 Sep 2015 02:46:35 +0100 Subject: [PATCH 1/2] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..bae7c7574 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Tweetinvi + +Tweetinvi is an intuitive .NET C# library to access the Twitter REST API. It is a Portable Class Library that can be used for development on Windows, Windows RT, Windows Phone, Mono, Xamarin Android and Xamarin iOS. Tweetinvi is also compatible for Universal App development. + +[Please click here to read the Wiki](https://github.com/linvi/tweetinvi/wiki) + +[Nuget Package](https://www.nuget.org/packages/TweetinviAPI/) : `Install-Package TweetinviAPI` + + [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/linvi/tweetinvi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge) From 74d02f88ebd6dd5ef090452437daced691842526 Mon Sep 17 00:00:00 2001 From: linvi Date: Tue, 29 Sep 2015 16:09:29 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bae7c7574..62f459e6c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Tweetinvi is an intuitive .NET C# library to access the Twitter REST API. It is a Portable Class Library that can be used for development on Windows, Windows RT, Windows Phone, Mono, Xamarin Android and Xamarin iOS. Tweetinvi is also compatible for Universal App development. -[Please click here to read the Wiki](https://github.com/linvi/tweetinvi/wiki) - -[Nuget Package](https://www.nuget.org/packages/TweetinviAPI/) : `Install-Package TweetinviAPI` +* [Please click here to read the Wiki](https://github.com/linvi/tweetinvi/wiki) +* [Nuget Package](https://www.nuget.org/packages/TweetinviAPI/) : `Install-Package TweetinviAPI` +* [Follow us on Twitter](https://twitter.com/TweetinviApi) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/linvi/tweetinvi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge)