summaryrefslogtreecommitdiff
path: root/cppu/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/README.md')
-rw-r--r--cppu/README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/cppu/README.md b/cppu/README.md
index 066170cd7840..3249d15e638e 100644
--- a/cppu/README.md
+++ b/cppu/README.md
@@ -1,4 +1,8 @@
-Type definitions/implementations for the core of UNO. The exported API is in C.
+# Binary UNO Runtime
-See also:
-[http://wiki.openoffice.org/wiki/Uno/Binary/Modules/CPPU]
+CPPU stands for C++ UNO and it contains type definitions / implementations for the core of UNO. The
+exported API is in C, and there exists some C++ wrappers.
+
+## See also
+
+<http://wiki.openoffice.org/wiki/Uno/Binary/Modules/CPPU>