summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin Dickow <jjdickow@gmail.com>2015-06-02 13:55:22 -0400
committerJustin Dickow <jjdickow@gmail.com>2015-06-02 13:55:22 -0400
commitf1d543ae704a692fe0f5abf50d03a4086ca4eaa6 (patch)
tree798be97df133d147e21e5ade51c0791261ea0f4b /README.md
parent7d5d6a084b3d72b086b310f2ba9b38edb8153bbb (diff)
downloadsdl_core-f1d543ae704a692fe0f5abf50d03a4086ca4eaa6.tar.gz
Updated SDL Info
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 13f5c5da4b..549a45bef8 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# SmartDeviceLink (SDL)
-SmartDeviceLink is a way to connect applications on a smart phone to a vehicle so they can be controlled by a vehicle's head unit (radio interface). There are three main pieces to SDL - [core](https://github.com/smartdevicelink/sdl_core) (head unit), [mobile libraries](https://github.com/smartdevicelink/sdl_android), and the [server](https://github.com/smartdevicelink/sdl_server).
+SmartDeviceLink (SDL) is a standard set of protocols and messages that connect applications on a smartphone to a vehicle which enable the consumer to safely interact with their applications while driving. There are three main components that make up the SDL ecosystem. Vehicle Manufacturers (OEMs) implement their vehicle HMI with the [Core](https://github.com/smartdevicelink/sdl_core) component based on a set of guidelines and templates. OEMs use the [SDL Server](https://github.com/smartdevicelink/sdl_server) to update application policies and gather usage information for connected applications. App developers implement the [iOS](https://github.com/smartdevicelink/sdl_ios) and [Android](https://github.com/smartdevicelink/sdl_android) libraries into their applications to enable command and control via the connected head unit.
Pull Requests Welcome!