Skip to content

Commit

Permalink
Fix spaing in usage examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Duanne committed Oct 28, 2024
1 parent 79b247b commit 163df25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Remora.Sdk.Razor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ For more information, refer to the [Remora.Sdk Readme](../Remora.Sdk/Readme.md).

```xml
<Project Sdk="Remora.Sdk.Razor/1.0.0">
<PropertyGroup>
<LegalAuthor>John Doe</LegalAuthor>
<LegalEmail>john@doe.org</LegalEmail>
</PropertyGroup>
<PropertyGroup>
<LegalAuthor>John Doe</LegalAuthor>
<LegalEmail>john@doe.org</LegalEmail>
</PropertyGroup>
</Project>
```

Expand Down
8 changes: 4 additions & 4 deletions Remora.Sdk.Web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ For more information, refer to the [Remora.Sdk Readme](../Remora.Sdk/Readme.md).

```xml
<Project Sdk="Remora.Sdk.Web/1.0.0">
<PropertyGroup>
<LegalAuthor>John Doe</LegalAuthor>
<LegalEmail>john@doe.org</LegalEmail>
</PropertyGroup>
<PropertyGroup>
<LegalAuthor>John Doe</LegalAuthor>
<LegalEmail>john@doe.org</LegalEmail>
</PropertyGroup>
</Project>
```

Expand Down

0 comments on commit 163df25

Please sign in to comment.