Skip to content

Commit fdb37dd

Browse files
committed
Lint: fix table formatting
1 parent 38e1ecc commit fdb37dd

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,16 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
5858

5959
<!-- The following table includes some entries that are duplicated in the list below. This is by design. -->
6060
<!--lint disable double-link -->
61-
.NET Library | F# Wrapper
62-
-|-
63-
[ASP.NET Core Blazor](https://github.com/dotnet/aspnetcore/tree/main/src/Components) | [Bolero](https://github.com/fsbolero/Bolero)
64-
[ASP.NET Core](https://github.com/dotnet/aspnetcore) | [Giraffe](https://github.com/giraffe-fsharp/Giraffe) (+ optionally [Saturn](https://github.com/SaturnFramework/Saturn))<br/>[Oxpecker](https://github.com/Lanayx/Oxpecker)
65-
[Avalonia](https://github.com/AvaloniaUI/Avalonia) | [Avalonia.FuncUI](https://github.com/fsprojects/Avalonia.FuncUI)
66-
[MAUI](https://github.com/dotnet/maui)/[Xamarin.Forms](https://github.com/xamarin/Xamarin.Forms) | [Fabulous](https://github.com/fabulous-dev/Fabulous)
67-
[MSTest](https://github.com/microsoft/testfx)/[NUnit](https://github.com/nunit/nunit)/[xUnit.net](https://github.com/xunit/xunit) | [FsUnit](https://github.com/fsprojects/FsUnit)
68-
[System.Text.Json](https://github.com/dotnet/runtime/tree/main/src/libraries/System.Text.Json) | [FSharp.SystemTextJson](https://github.com/Tarmil/FSharp.SystemTextJson)
69-
[WPF](https://github.com/dotnet/wpf) | [Elmish.WPF](https://github.com/elmish/Elmish.WPF)
61+
|.NET Library |F# Wrapper |
62+
|---------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
63+
|[SP.NTCore Blazor](https://github.com/dotnet/aspnetcore/tree/main/src/Components) |[Bolero](https://github.com/fsbolero/Bolero) |
64+
|[ASP.NTCore](https://github.com/dotnet/aspnetcore) |[Giraffe](https://github.com/giraffe-fsharp/Giraffe) (+ optionally [Saturn](https://github.com/SaturnFramework/Saturn))<br/>[Oxpecker](https://github.com/Lanayx/Oxpecker)|
65+
|[Avalonia](https://github.com/AvaloniaUI/Avalonia) |[Avalonia.FuncUI](https://github.com/fsprojects/Avalonia.FuncUI) |
66+
|[MAUI](https://github.com/dotnet/maui)/[Xamarin.Forms](https://github.com/xamarin/Xamarin.Forms) |[Fabulous](https://github.com/fabulous-dev/Fabulous) |
67+
|[MSTest](https://github.com/microsoft/testfx)/[NUnit](https://github.com/nunit/nunit)/[xUnit.net](https://github.com/xunit/xunit)|[FsUnit](https://github.com/fsprojects/FsUnit) |
68+
|[System.TetJson](https://github.com/dotnet/runtime/tree/main/src/libraries/System.Text.Json) |[FSharp.SystemTextJson](https://github.com/Tarmil/FSharp.SystemTextJson) |
69+
|[WPF](https://github.com/dotnet/wpf) |[Elmish.WPF](https://github.com/elmish/Elmish.WPF) |
70+
7071
<!--lint enable double-link -->
7172

7273
## Actor Frameworks

0 commit comments

Comments
 (0)