Cleaning up doc headers to be consistent wrt casing

This commit is contained in:
Shams Asari
2016-11-25 14:29:13 +00:00
parent 7b2eb651be
commit 2f769b3db0
17 changed files with 54 additions and 54 deletions

View File

@ -1,6 +1,6 @@
.. _graphstream: http://graphstream-project.org/
Client RPC API Tutorial
Client RPC API tutorial
=======================
In this tutorial we will build a simple command line utility that
@ -82,7 +82,7 @@ Now let's try to visualise the transaction graph. We will use a graph drawing li
If we run the client with ``Visualise`` we should see a simple random graph being drawn as new transactions are being created.
Registering classes from your Cordapp with RPC Kryo
Registering classes from your CorDapp with RPC Kryo
---------------------------------------------------
As described in :doc:`clientrpc`, you currently have to register any additional classes you add that are needed in RPC