summaryrefslogtreecommitdiff
path: root/binaryurp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/README.md')
-rw-r--r--binaryurp/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/binaryurp/README.md b/binaryurp/README.md
index 1f1e088944f6..ac26bec0621e 100644
--- a/binaryurp/README.md
+++ b/binaryurp/README.md
@@ -1,9 +1,8 @@
-UNO Remote Protocol (URP). A binary protocol.
+# UNO Remote Protocol (URP)
-UNO provides a protocol called the UNO Remote Protocol (URP) that provides
+UNO provides a binary protocol called the UNO Remote Protocol (URP) that provides
a bridge between UNO environments. This bridge allows processes and objects
to send method calls and to receive return values. UNO objects in different
environments are connected by way of this interprocess bridge. The underlying
connection is made through a socket or pipe. Remote UNO objects are connected
by means of TCP/IP using the high-level protocol of the URP.
-