[AMBClient] - More client work.
[profile/ivi/automotive-message-broker.git] / README.md
index 96f4623..60138ad 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Automotive Message Broker
+# Automotive Message Broker Daemon {#ambd}
 
-Version 0.13.801
+Version 0.14.800
 
 ## Introduction
 
@@ -60,7 +60,7 @@ You will also need to edit your config to enable the Qt-based mainloop:
 
 ~~~~~~~~~~~~~{.json}
 {
-       "mainloop" : "/usr/lib/i386-linux-gnu/automotive-message-broker/qtmainloopplugin.so",
+       "mainloop" : "/usr/lib/x86_64-linux-gnu/automotive-message-broker/qtmainloopplugin.so",
        "plugins" : "/etc/ambd/plugins.d"
 }
 ~~~~~~~~~~~~~