Skip to content

Commit 43660e1

Browse files
authored
Update ReadMe.md
1 parent f5c1739 commit 43660e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ReadMe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ NuGet: [MicroBatchFramework](https://www.nuget.org/packages/MicroBatchFramework)
1010
Install-Package MicroBatchFramework
1111
```
1212

13-
Single Contained Batch
13+
CLI Tools
1414
---
1515

16-
Batch can write by simple method, argument is automatically binded to parameter.
16+
CLI Tools can write by simple method, argument is automatically binded to parameter.
1717

1818
```csharp
1919
using MicroBatchFramework;
@@ -165,7 +165,7 @@ public class Bar : BatchBase
165165
}
166166
```
167167

168-
You can call like
168+
You can call `{TypeName}.{MethodName}` like
169169

170170
```
171171
SampleApp.exe Foo.Echo -msg "aaaaa"

0 commit comments

Comments
 (0)