diff --git a/docs/source/hello-world-running.rst b/docs/source/hello-world-running.rst index 4b50e62a87..063223dbbf 100644 --- a/docs/source/hello-world-running.rst +++ b/docs/source/hello-world-running.rst @@ -107,13 +107,7 @@ commands. We want to create an IOU of 99 with PartyB. We start the ``IOUFlow`` by typing: -.. container:: codeset - - .. code-block:: java - - start IOUFlow arg0: 99, arg1: "O=PartyB,L=New York,C=US" - - .. code-block:: kotlin +.. code-block:: kotlin start IOUFlow iouValue: 99, otherParty: "O=PartyB,L=New York,C=US"