summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <kevron.m.rees@intel.com>2015-02-02 11:44:25 -0800
committerKevron Rees <kevron.m.rees@intel.com>2015-02-02 11:44:25 -0800
commitbcaf0f87648f0b44fd6afecd5eb97f8e2df6cb26 (patch)
tree2cda94b0300ca54fea224a55918d9e45c1f2e8c5
parentcfe14084f4c40308ab28c419d2965ec750f530c8 (diff)
downloadautomotive-message-broker-bcaf0f87648f0b44fd6afecd5eb97f8e2df6cb26.tar.gz
[AMB] updated readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a1c50754..7ed3e027 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ You will also need to edit your config to enable the Qt-based mainloop:
~~~~~~~~~~~~~{.json}
{
- "mainloop" : "/usr/lib/x86_64-linux-gnu/automotive-message-broker/qtmainloopplugin.so",
+ "mainloop" : "/usr/lib/i386-linux-gnu/automotive-message-broker/qtmainloopplugin.so",
"plugins" : "/etc/ambd/plugins.d"
}
~~~~~~~~~~~~~