From 4336a78495873dfb711ec1011c639a0b7a0105ce Mon Sep 17 00:00:00 2001 From: Alberto Arri <30873160+al-r3@users.noreply.github.com> Date: Fri, 15 Sep 2017 15:07:15 +0100 Subject: [PATCH] fix .rst, enumerations must have a blank line at the end (#1526) --- docs/source/running-the-demos.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/running-the-demos.rst b/docs/source/running-the-demos.rst index 60faacc158..026be15756 100644 --- a/docs/source/running-the-demos.rst +++ b/docs/source/running-the-demos.rst @@ -34,6 +34,7 @@ To run from the command line in Unix: 2. Run ``./samples/trader-demo/build/nodes/runnodes`` to open up four new terminals with the four nodes 3. Run ``./gradlew samples:trader-demo:runBank`` to instruct the bank node to issue cash and commercial paper to the buyer and seller nodes respectively. 4. Run ``./gradlew samples:trader-demo:runSeller`` to trigger the transaction. If you entered ``flow watch`` + you can see flows running on both sides of transaction. Additionally you should see final trade information displayed to your terminal. @@ -43,6 +44,7 @@ To run from the command line in Windows: 2. Run ``samples\trader-demo\build\nodes\runnodes`` to open up four new terminals with the four nodes 3. Run ``gradlew samples:trader-demo:runBank`` to instruct the buyer node to request issuance of some cash from the Bank of Corda node 4. Run ``gradlew samples:trader-demo:runSeller`` to trigger the transaction. If you entered ``flow watch`` + you can see flows running on both sides of transaction. Additionally you should see final trade information displayed to your terminal.