Skip to content

Commit 8ab63bb

Browse files
authored
Update README.md
1 parent 4c156fe commit 8ab63bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class MyWorkflow : IWorkflow
2727

2828
### Sample use cases
2929

30-
New user workflow
30+
* New user workflow
3131
```c#
3232
public class MyData
3333
{
@@ -53,7 +53,7 @@ public class MyWorkflow : IWorkflow
5353
}
5454
```
5555

56-
Resilient service orchestration
56+
* Resilient service orchestration
5757

5858
```c#
5959
public class MyWorkflow : IWorkflow

0 commit comments

Comments
 (0)