Skip to content

Commit

Permalink
SCP-4417 Removed outdated reference in read-me file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Sep 4, 2022
1 parent 8ce32b0 commit 8eaac78
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions marlowe-cli/ReadMe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"marlowe-cli 0.0.5.0\n"
"marlowe-cli 0.0.7.0\n"
]
}
],
Expand Down Expand Up @@ -168,7 +168,6 @@
"\n",
"High-level commands:\n",
" run Run a contract.\n",
" pab Run a contract via the PAB.\n",
" template Create a contract from a template.\n",
" test Test contracts.\n",
"\n",
Expand All @@ -177,7 +176,6 @@
" redeemer.\n",
" input Create inputs to a contract.\n",
" role Export role address, validator, datum, or redeemer.\n",
" query Blockchain queries for Marlowe.\n",
" transaction Create and submit transactions.\n",
" util Miscellaneous utilities.\n"
]
Expand Down Expand Up @@ -216,8 +214,7 @@
"Marlowe CLI supports workflows for specific use cases:\n",
"\n",
"* [A high-level workflow](#high-level-workflow) for interacting with Marlowe contracts without dealing with the underlying its Plutus mechanics.\n",
"* [A low-level workflow](#low-level-workflow) that exposes the Plutus mechanics of Marlowe contracts.\n",
"* [A backend workflow](#backend-worfklow) for interacting with Marlowe via the Plutus Application Backend (PAB)."
"* [A low-level workflow](#low-level-workflow) that exposes the Plutus mechanics of Marlowe contracts.\n"
]
},
{
Expand Down

0 comments on commit 8eaac78

Please sign in to comment.