summaryrefslogtreecommitdiffstats
path: root/skeleton-subsystem
diff options
context:
space:
mode:
Diffstat (limited to 'skeleton-subsystem')
-rw-r--r--skeleton-subsystem/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/skeleton-subsystem/README.md b/skeleton-subsystem/README.md
index 0d90f30..e5ee0b2 100644
--- a/skeleton-subsystem/README.md
+++ b/skeleton-subsystem/README.md
@@ -2,11 +2,12 @@
This is a skeleton plugin i.e. the minimal plugin boilerplate.
-It adds an owner and message mapping key and print it when reading or writing
-the parameter.
+It adds an `owner` and `message` mapping key and print it when reading or
+writing the parameter.
## Usage
It has no purpose: it only serves as a template and the `make install` target
does not install it. If you want to see a real-life plugin and makefiles, see
-<https://github.com/01org/parameter-framework-plugins-alsa> instead.
+<https://github.com/01org/parameter-framework-plugins-alsa> or
+<https://github.com/01org/parameter-framework-plugins-filesystem> instead.