Skip to content

Commit 48d45b3

Browse files
authored
Update README.md
1 parent 27a96ff commit 48d45b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Advanced/obligation-cordapp/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# obligation-cordap [<img src="../../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Advanced/obligation-cordapp)
1+
# Obligation Cordap
22

33
This Cordapp is the complete implementation of our signature IOU (I-owe-you) demonstration.
44

@@ -15,12 +15,12 @@ Given this is intended to implement an IOU, our cordapp consists of three flows
1515

1616
### Flows
1717

18-
The first flows are the ones that issue the original cash and assets. You can find that the cash flow [here](./workflows/src/main/java/net/corda/samples/flows/SelfIssueCashFlow.java#L24-L32) and the IOU issurance in [IOUIssueFlow.java](./workflows/src/main/java/net/corda/samples/flows/IOUIssueFlow.java#L40-L80).
18+
The first flows are the ones that issue the original cash and assets. You can find that the cash flow at `SelfIssueCashFlow.java` and the IOU issurance in `IOUIssueFlow.java`.
1919

20-
The next flow is the one that transfers ownership of that asset over to another party. That can be found in [IOUTransferFlow.java](./workflows/src/main/java/net/corda/samples/flows/IOUTransferFlow.java#L132-L159).
20+
The next flow is the one that transfers ownership of that asset over to another party. That can be found in `IOUTransferFlow.java`.
2121

2222

23-
Finally, once we have the ability to transfer assets, we just need to settle up. That functiionality can be found here in [IOUSettleFlow.java](./workflows/src/main/java/net/corda/samples/flows/IOUSettleFlow.java#L54-L116)
23+
Finally, once we have the ability to transfer assets, we just need to settle up. That functiionality can be found here in `IOUSettleFlow.java`
2424

2525

2626

0 commit comments

Comments
 (0)