From 32d8a8c37ae03402f8671560e640b22e78c49cda Mon Sep 17 00:00:00 2001 From: Alexander Goedde Date: Fri, 31 Mar 2017 13:43:08 +0200 Subject: [PATCH] minor docs fixes --- doc/README.md | 4 ++-- doc/building.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/README.md b/doc/README.md index 8a32ab21..c1e4884a 100644 --- a/doc/README.md +++ b/doc/README.md @@ -17,7 +17,7 @@ WAMP enables application architectures with application code distributed freely To enable this, WAMP implements both the Remote Procedure Call (RPC) and and the Publish and Subscribe (PubSub) messaging pattern. -|ab| supports the following application roles: +Autobahn|CPP supports the following application roles: * **Caller** * **Callee** @@ -28,7 +28,7 @@ To enable this, WAMP implements both the Remote Procedure Call (RPC) and and th Show me some code! ------------------ -Here is what programming with C++ and |ab| looks like. +Here is what programming with C++ and Autobahn|CPP looks like. **Calling a remote Procedure** diff --git a/doc/building.rst b/doc/building.rst index 6388d5ed..2365b6b3 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -1,4 +1,4 @@ -Building |ab| +Building Autobahn|CPP ============= Notes