summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-07-27 11:21:17 -0400
committerGitHub <noreply@github.com>2020-07-27 11:21:17 -0400
commitb00d59afff8ad98be1cb7c406b1e82a2ca9a47c6 (patch)
treec0871d6645037123b5080f84aa113c75d3cfd5f2 /README.md
parent840bb8d53c5be44a49f07f4359e6f0232f36a63d (diff)
downloadsdl_ios-b00d59afff8ad98be1cb7c406b1e82a2ca9a47c6.tar.gz
Update README.md
Co-authored-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 366a741fd..30a78d0d1 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
## SDL iOS App Library
-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 devices 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.
+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 devices 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.
You can find guides and documentation on how to use this library at the [SmartDeviceLink website](https://smartdevicelink.com/en/guides/iOS/getting-started/installation/). You can find the upcoming releases roadmap at the [SDL Evolution Github](https://github.com/smartdevicelink/sdl_evolution#recent-and-upcoming-releases).