summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheresalech <theresa@livio.io>2017-04-03 09:22:04 -0400
committerGitHub <noreply@github.com>2017-04-03 09:22:04 -0400
commitc1f539cdafe1e0e035f62341b34f7dae7ec342c1 (patch)
treecf3a8e285678c6c92059448498f4924cb65ac592
parent8d57db4e3d5f1235f618b8b41d349ecbdf5a3330 (diff)
downloadsdl_android-c1f539cdafe1e0e035f62341b34f7dae7ec342c1.tar.gz
Update README.mdhotfix/issue_439
Made "Mobile Proxy" and "SmartDeviceLinkAndroid" H2s
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 596d9ed6b..0cfead7f5 100644
--- a/README.md
+++ b/README.md
@@ -13,11 +13,11 @@ To understand if a contribution should be entered as an Android Pull Request (or
<a href="http://www.youtube.com/watch?feature=player_embedded&v=AzdQdSCS24M" target="_blank"><img src="http://i.imgur.com/nm8UujD.png?1" alt="SmartDeviceLink" border="10" /></a>
-##Mobile Proxy
+## Mobile Proxy
The mobile library component of SDL is meant to run on the end user’s smart-device from within SDL enabled apps. The library allows the apps to connect to SDL enabled head-units and hardware through bluetooth, USB, and TCP. Once the library establishes a connection between the smart device and head-unit through the preferred method of transport, the two components are able to communicate using the SDL defined protocol. The app integrating this library project is then able to expose its functionality to the head-unit through text, media, and other interactive elements.
-##SmartDeviceLink Android
+## SmartDeviceLink Android
We're still working on creating documentation for each of these individual repositories, but in the meantime, you can find more information about SmartDeviceLink [here](https://github.com/smartdevicelink/sdl_core/blob/master/README.md) and [here](http://projects.genivi.org/smartdevicelink/about).