summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGiovanni Lodi <giovanni.lodi42@gmail.com>2016-04-29 15:05:47 +1000
committerGiovanni Lodi <giovanni.lodi42@gmail.com>2016-04-29 15:38:53 +1000
commit67518e4b643d88ea609d49aea12f64617c1fdf27 (patch)
tree21487803b16bd36dcc5be2b29af3b9f3e5b73192 /README.md
parentdd1bb4b463894c2d78dedbd16b13dabbe41559e9 (diff)
downloadsdl_core-67518e4b643d88ea609d49aea12f64617c1fdf27.tar.gz
Remove MongoDB reference from README
Correct me if I'm wrong, but the [`sdl_server`](https://github.com/smartdevicelink/sdl_server) has recently been updated and simplified to not use Mongo anymore.
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 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.