From 7520e1b57af836ff9d096c4aae6a2ba6470fca8f Mon Sep 17 00:00:00 2001 From: Marlon Regenhardt Date: Wed, 11 Dec 2024 13:10:24 +0100 Subject: [PATCH] Fix README.md formatting --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6163458..c4c957c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Connect SDK Sampler App for Android +# Connect SDK Sampler App for Android Connect SDK is an open source framework that connects your mobile apps with multiple TV platforms. Because most TV platforms support a variety of protocols, Connect SDK integrates and abstracts the discovery and connectivity between all supported protocols. @@ -8,30 +8,30 @@ For more information, visit our [website](http://www.connectsdk.com/). * [Platform documentation & FAQs](http://www.connectsdk.com/docs/android/) * [API documentation](http://www.connectsdk.com/apis/android/) -##Dependencies +## Dependencies - [Android v7 appcompat library](http://developer.android.com/tools/support-library/features.html#v7-appcompat) - Android SDK v22 (the Sampler app targets v22, but works on v10 and greater) - [Connect-SDK-Android-Core](https://github.com/ConnectSDK/Connect-SDK-Android-Core) - [Connect-SDK-Android-Google-Cast](https://github.com/ConnectSDK/Connect-SDK-Android-Google-Cast) for full version of Connect-SDK -##Setup with Android Studio +## Setup with Android Studio 1. Download the Sampler project ``` git clone https://github.com/ConnectSDK/Connect-SDK-Android-API-Sampler.git ``` 2. Import the Sampler project into Android Studio -##Using dev branch +## Using dev branch If you use dev branch you should [setup](https://github.com/ConnectSDK/Connect-SDK-Android#including-connect-sdk-in-your-app-with-android-studio-from-sources) Connect-SDK-Android from sources and you should use Connect-SDK-Android dev branch as well -##Contact +## Contact * Twitter [@ConnectSDK](https://www.twitter.com/ConnectSDK) * Ask a question on Stack Overflow with the [Connect-SDK tag](https://stackoverflow.com/tags/connect-sdk) (or [TV tag](https://stackoverflow.com/tags/tv)) * General Inquiries info@connectsdk.com * Developer Support support@connectsdk.com * Partnerships partners@connectsdk.com -##License +## License Connect SDK Sample App by LG Electronics @@ -40,4 +40,4 @@ this sample app has waived all copyright and related or neighboring rights to the sample app. You should have received a copy of the CC0 legalcode along with this -work. If not, see http://creativecommons.org/publicdomain/zero/1.0/. \ No newline at end of file +work. If not, see http://creativecommons.org/publicdomain/zero/1.0/.