Improve formatting in README
This commit is contained in:
parent
7f2c363396
commit
c902234ac1
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
||||||
# cscz
|
# cscz
|
||||||
The one and only C♯ Class Generator.
|
The one and only C♯ Class Generator.
|
||||||
|
|
||||||
To use | build the project (F8 in Monodevelop | CTRL + SHIFT + B in Visual Studio) and then pipe your compressed class definition file into it. Example definitions:
|
To use:
|
||||||
|
- Build the project (F8 in Monodevelop, CTRL + SHIFT + B in Visual Studio)
|
||||||
|
- Pipe your compressed class definition file into it.
|
||||||
|
|
||||||
|
Example definitions:
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
# Shop
|
# Shop
|
||||||
|
|
Loading…
Reference in a new issue