Skip to content

Commit 29feac0

Browse files
committed
fix(me): learn to use semantic merge.
fix(api): Add sourcelink and update project details in csproj
1 parent 87d1483 commit 29feac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var typesToGenerate =
4040
.Where(type => typeof(ApiData).IsAssignableFrom(type));
4141

4242
var result = generator.Generate(typesToGenerate);
43-
```
43+
```
4444

4545
3) Do whatever you like with the output Types and Enums.
4646
For example, write Types to a type definition file, and Enums to a regular TypeScript file:

0 commit comments

Comments
 (0)