Skip to content

Commit 053a561

Browse files
authored
Fix README.md table source
* Align columns, which was broke in edfe7a7 * Consistently use spaces instead of sometimes tabs, which have no guaranteed width inline
1 parent edfe7a7 commit 053a561

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ The library is released under the [![MIT license](https://img.shields.io/github/
2727

2828
## NuGet packages
2929

30-
| Package name | Description | Badge |
31-
|-----------------------------------|-------------------------------|-------|
32-
| `FubarDev.FtpServer` | Core library | [![FubarDev.FtpServer](https://img.shields.io/nuget/vpre/FubarDev.FtpServer.svg)](https://www.nuget.org/packages/FubarDev.FtpServer) |
33-
| `FubarDev.FtpServer.Abstractions` | Basic types | [![FubarDev.FtpServer.Abstractions](https://img.shields.io/nuget/vpre/FubarDev.FtpServer.Abstractions.svg)](https://www.nuget.org/packages/FubarDev.FtpServer.Abstractions) |
34-
| `FubarDev.FtpServer.FileSystem.DotNet` | `System.IO`-based file system| [![FubarDev.FtpServer.FileSystem.DotNet](https://img.shields.io/nuget/vpre/FubarDev.FtpServer.FileSystem.DotNet.svg)](https://www.nuget.org/packages/FubarDev.FtpServer.FileSystem.DotNet) |
35-
| `FubarDev.FtpServer.FileSystem.GoogleDrive` | Google Drive as file system | [![FubarDev.FtpServer.FileSystem.GoogleDrive](https://img.shields.io/nuget/vpre/FubarDev.FtpServer.FileSystem.GoogleDrive.svg)](https://www.nuget.org/packages/FubarDev.FtpServer.FileSystem.GoogleDrive) |
36-
| `FubarDev.FtpServer.FileSystem.InMemory` | In-memory file system | [![FubarDev.FtpServer.FileSystem.InMemory](https://img.shields.io/nuget/vpre/FubarDev.FtpServer.FileSystem.InMemory.svg)](https://www.nuget.org/packages/FubarDev.FtpServer.FileSystem.InMemory) |
37-
| `FubarDev.FtpServer.FileSystem.Unix` | Unix file system | [![FubarDev.FtpServer.FileSystem.Unix](https://img.shields.io/nuget/vpre/FubarDev.FtpServer.FileSystem.Unix.svg)](https://www.nuget.org/packages/FubarDev.FtpServer.FileSystem.Unix) |
38-
| `FubarDev.FtpServer.MembershipProvider.Pam` | PAM membership provider | [![FubarDev.FtpServer.MembershipProvider.Pam](https://img.shields.io/nuget/vpre/FubarDev.FtpServer.MembershipProvider.Pam.svg)](https://www.nuget.org/packages/FubarDev.FtpServer.MembershipProvider.Pam) |
30+
| Package name | Description | Badge |
31+
|------------------------------------------------|-------------------------------|-------|
32+
| `FubarDev.FtpServer` | Core library | [![FubarDev.FtpServer](https://img.shields.io/nuget/vpre/FubarDev.FtpServer.svg)](https://www.nuget.org/packages/FubarDev.FtpServer) |
33+
| `FubarDev.FtpServer.Abstractions` | Basic types | [![FubarDev.FtpServer.Abstractions](https://img.shields.io/nuget/vpre/FubarDev.FtpServer.Abstractions.svg)](https://www.nuget.org/packages/FubarDev.FtpServer.Abstractions) |
34+
| `FubarDev.FtpServer.FileSystem.DotNet` | `System.IO`-based file system | [![FubarDev.FtpServer.FileSystem.DotNet](https://img.shields.io/nuget/vpre/FubarDev.FtpServer.FileSystem.DotNet.svg)](https://www.nuget.org/packages/FubarDev.FtpServer.FileSystem.DotNet) |
35+
| `FubarDev.FtpServer.FileSystem.GoogleDrive` | Google Drive as file system | [![FubarDev.FtpServer.FileSystem.GoogleDrive](https://img.shields.io/nuget/vpre/FubarDev.FtpServer.FileSystem.GoogleDrive.svg)](https://www.nuget.org/packages/FubarDev.FtpServer.FileSystem.GoogleDrive) |
36+
| `FubarDev.FtpServer.FileSystem.InMemory` | In-memory file system | [![FubarDev.FtpServer.FileSystem.InMemory](https://img.shields.io/nuget/vpre/FubarDev.FtpServer.FileSystem.InMemory.svg)](https://www.nuget.org/packages/FubarDev.FtpServer.FileSystem.InMemory) |
37+
| `FubarDev.FtpServer.FileSystem.Unix` | Unix file system | [![FubarDev.FtpServer.FileSystem.Unix](https://img.shields.io/nuget/vpre/FubarDev.FtpServer.FileSystem.Unix.svg)](https://www.nuget.org/packages/FubarDev.FtpServer.FileSystem.Unix) |
38+
| `FubarDev.FtpServer.MembershipProvider.Pam` | PAM membership provider | [![FubarDev.FtpServer.MembershipProvider.Pam](https://img.shields.io/nuget/vpre/FubarDev.FtpServer.MembershipProvider.Pam.svg)](https://www.nuget.org/packages/FubarDev.FtpServer.MembershipProvider.Pam) |
3939

4040
# Example FTP server
4141

0 commit comments

Comments
 (0)