Skip to content

Commit f5b8768

Browse files
authored
Update README.md
1 parent 4085eef commit f5b8768

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ First of all this is a really early Alpha, consider things with care.
88

99
By using the API Generator, this little code snippet is a fully working CRUD API
1010

11-
```
11+
```csharp
1212
/// <summary>
1313
/// This is the minimal sample, yes this is a working api ;)
1414
/// </summary>
@@ -25,7 +25,7 @@ In future the service will evolve into a full instant "Database to API" Microser
2525

2626
Heres another sample:
2727

28-
```
28+
```csharp
2929
[Api("/people", ApiMethodsToGenerate.All )]
3030
public class Person : Trackable,
3131
IObjectBase<Guid>,
@@ -42,8 +42,8 @@ Heres another sample:
4242

4343

4444
# How to use:
45-
```
46-
dotnet add package TCDev.ApiGenerator --version 0.0.4-alpha
45+
```csharp
46+
dotnet add package TCDev.ApiGenerator --version 0.0.6-alpha
4747
```
4848

4949
# Getting Started & Docoumentation

0 commit comments

Comments
 (0)