summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoragaliuzov <agaliuzov@luxoft.com>2016-05-16 00:12:12 -0700
committeragaliuzov <agaliuzov@luxoft.com>2016-05-16 01:45:41 -0700
commit59c5e55149cfe84367e3e3475eb1b090c3dd6402 (patch)
treecb0efd4c41bb3db0e4d93af2f3c5914ebc16a793 /README.md
parent793155c8d67254aa92fadb8a972476484c214b22 (diff)
parent2b17b5546d4d94665a37697d73f10adfb14b6dd3 (diff)
downloadsdl_core-59c5e55149cfe84367e3e3475eb1b090c3dd6402.tar.gz
Merge remote-tracking branch 'upstream/master' into develop
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 ed08c744b2..4170d9f881 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ Below are instructions for testing app launching and query with a full system se
### SDL Server
The app querying specification defines an endpoint within Policies where sdl_core will reach out to receive a list of applications that can be launched. The SDL Server provides the back end functionality for app launching and querying.
-You can find the SDL Server on [GitHub](https://github.com/smartdevicelink/sdl_server). The README contains detailed instructions for installing and launching the server. Launch the server on your local machine, and direct your browser to http://localhost:3000. Note that you need `mongod` running on your machine before launching the server.
+You can find the SDL Server on [GitHub](https://github.com/smartdevicelink/sdl_server). The README contains detailed instructions for installing and launching the server. Launch the server on your local machine, and direct your browser to http://localhost:3000.
The [App Launching Server Specification](https://github.com/smartdevicelink/sdl_server/blob/master/docs/application_launching_v1.0.md) defines an endpoint `/applications/available/:moduleId.json` which return a list of applications available for launching to the handset for filtering.