Skip to content

Commit 2167531

Browse files
authored
Merge pull request #29 from Atypical-Consulting/fix-nuget-readme
Fix readme file on NuGet.org
2 parents 23cb56e + dcbe0f3 commit 2167531

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
<div align="center">
2-
<img src="https://raw.githubusercontent.com/Atypical-Consulting/VirtualFileSystem/main/Logo.png" alt="Virtual File System Logo" width="200" height="200">
3-
<h1>Virtual File System</h1>
4-
</div>
5-
<p align="center">A virtual file system implementation in modern C#.</p>
1+
# Virtual File System
2+
A virtual file system implementation in modern C#.
63

74
---
85

9-
<div align="center">
10-
116
[![Atypical-Consulting - VirtualFileSystem](https://img.shields.io/static/v1?label=Atypical-Consulting&message=VirtualFileSystem&color=blue&logo=github)](https://github.com/Atypical-Consulting/VirtualFileSystem "Go to GitHub repo")
127
[![License: BSD-3-Clause](https://img.shields.io/badge/License-BSD--3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
138
[![stars - VirtualFileSystem](https://img.shields.io/github/stars/Atypical-Consulting/VirtualFileSystem?style=social)](https://github.com/Atypical-Consulting/VirtualFileSystem)
@@ -22,7 +17,6 @@
2217

2318
[![NuGet](https://img.shields.io/nuget/v/Atypical.VirtualFileSystem.svg)](https://www.nuget.org/packages/Atypical.VirtualFileSystem)
2419
[![NuGet](https://img.shields.io/nuget/dt/Atypical.VirtualFileSystem.svg)](https://www.nuget.org/packages/Atypical.VirtualFileSystem)
25-
</div>
2620

2721
---
2822

@@ -72,7 +66,7 @@ creating files on the hard drive.
7266

7367
## 📄 Documentation
7468

75-
**Virtual File System** provides a [COMPLETE DOCUMENTATION](./docs/README.md) of the library.
69+
**Virtual File System** provides a [COMPLETE DOCUMENTATION](https://github.com/Atypical-Consulting/VirtualFileSystem/blob/main/docs/README.md) of the library.
7670

7771
All summaries are written in English. If you want to help us translate the documentation, please open an issue to
7872
discuss it.
@@ -162,7 +156,7 @@ string tree = vfs.ToString();
162156

163157
## 🤝 Contributing
164158

165-
Contributions are welcome! Please read the [CONTRIBUTION GUIDELINES](CONTRIBUTING.md) first.
159+
Contributions are welcome! Please read the [CONTRIBUTION GUIDELINES](https://github.com/Atypical-Consulting/VirtualFileSystem/blob/main/CONTRIBUTING.md) first.
166160

167161
## 📜 License
168162

@@ -183,7 +177,7 @@ You can contact us by opening an issue on this repository.
183177

184178
## 🎉 Change log
185179

186-
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
180+
Please see [RELEASES](https://github.com/Atypical-Consulting/VirtualFileSystem/releases) for more information what has changed recently.
187181

188182
## ✨ Contributors
189183

0 commit comments

Comments
 (0)