summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAGaliuzov <AGaliuzov@luxoft.com>2016-05-10 12:26:03 +0300
committerAGaliuzov <AGaliuzov@luxoft.com>2016-05-10 12:26:03 +0300
commit415d7d9ea5346692b616a261d694acdb501b6bf6 (patch)
tree5356ee4c5f521bb4f68c9f7741e3dd93fb6f50a0
parent0ae880e55c055d0707851c03fae371b0a10b2f10 (diff)
parent67518e4b643d88ea609d49aea12f64617c1fdf27 (diff)
downloadsdl_core-415d7d9ea5346692b616a261d694acdb501b6bf6.tar.gz
Merge pull request #520 from mokagio/mokagio/readme-update
Remove MongoDB reference from README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac10996e78..621648154a 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.