Skip to content

Commit eb50595

Browse files
authored
Update ReadMe.md
1 parent 83162c1 commit eb50595

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
@@ -317,7 +317,7 @@ CommandAttribute
317317
---
318318
`CommandAttribute` enables subscommand on `RunConsoleAppFramework<T>()`(for single type CLI app), changes command name on `RunConsoleAppFramework()`(for muilti type command routing), also describes the description.
319319

320-
```
320+
```csharp
321321
RunConsoleAppFramework<App>();
322322

323323
public class App : ConsoleAppBase
@@ -334,7 +334,7 @@ public class App : ConsoleAppBase
334334
}
335335
```
336336

337-
```
337+
```csharp
338338
RunConsoleAppFramework();
339339

340340
public class App2 : ConsoleAppBase

0 commit comments

Comments
 (0)