summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <tripzero.kev@gmail.com>2012-10-21 16:23:47 -0700
committerKevron Rees <tripzero.kev@gmail.com>2012-10-21 16:23:47 -0700
commita7d296c34d489f095ded2eb2b323c85f4ae4f6ed (patch)
tree57546405c0d7ea8ff7e42286be404f42a5422a29
parent0ae46bc4ccc211ae629ad96b3a1f2eea43ef3fd2 (diff)
downloadautomotive-message-broker-a7d296c34d489f095ded2eb2b323c85f4ae4f6ed.tar.gz
Update README
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index e98a20e1..38a82f1f 100644
--- a/README
+++ b/README
@@ -27,9 +27,9 @@ cp /etc/ambd/config myconfig
# edit myconfig and specify the path to your plugin:
# change the line:
-"sources" : [ "../plugins/examplesourceplugin.so" ],
+"sources" : [ { "path" : "../plugins/examplesourceplugin.so" } ],
# to:
-"sources" : [ "/path/to/mysourceplugin.so" ],
+"sources" : [ { "path" : "/path/to/mysourceplugin.so" } ],
Now you can run ambd with: