Skip to content

Commit ef37c89

Browse files
Update README.md
1 parent e8c7556 commit ef37c89

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
A lightweight .NET library for converting bytes into **human-readable
1515
formats** (KB, MB, GB, etc.) and back again.
1616

17-
------------------------------------------------------------------------
17+
---
1818

1919
## ✨ Features
2020

@@ -25,7 +25,7 @@ formats** (KB, MB, GB, etc.) and back again.
2525
- Works on .NET Framework (4.6.1+) and all modern .NET versions (Core,
2626
5/6/7/8).
2727

28-
------------------------------------------------------------------------
28+
---
2929

3030
## 📦 Installation
3131

@@ -35,7 +35,7 @@ Install from [NuGet](https://www.nuget.org/packages/ByteFlow.Net):
3535
dotnet add package ByteFlow.Net
3636
```
3737

38-
------------------------------------------------------------------------
38+
---
3939

4040
## 🚀 Usage
4141

@@ -58,7 +58,7 @@ if ("10 MB".TryParseHumanBytes(out var val))
5858
}
5959
```
6060

61-
------------------------------------------------------------------------
61+
---
6262

6363
## 🧪 Unit Tests
6464

@@ -71,15 +71,15 @@ Run them with:
7171
dotnet test
7272
```
7373

74-
------------------------------------------------------------------------
74+
---
7575

7676
## 📊 Code Coverage
7777

7878
Code coverage reports are automatically uploaded to
7979
[Codecov](https://app.codecov.io/gh/AndrewClements84/ByteFlow.Net).\
8080
Current coverage: **100%**
8181

82-
------------------------------------------------------------------------
82+
---
8383

8484
## 🔮 Roadmap
8585

@@ -93,7 +93,7 @@ Planned features for upcoming releases:
9393
inputs\
9494
- [ ] Additional helpers for formatting with alignment/padding
9595

96-
------------------------------------------------------------------------
96+
---
9797

9898
## 🤝 Contributing
9999

@@ -103,14 +103,14 @@ Feel free to open a
103103
or a [pull
104104
request](https://github.com/AndrewClements84/ByteFlow.Net/pulls).
105105

106-
------------------------------------------------------------------------
106+
---
107107

108108
## ⭐ Support
109109

110110
If you find **ByteFlow.Net** useful, please consider giving it a star on
111111
GitHub --- it helps others discover the project and shows your support.
112112

113-
------------------------------------------------------------------------
113+
---
114114

115115

116116
## 📄 License

0 commit comments

Comments
 (0)