Skip to content

Commit 8e61d85

Browse files
Update README.md
1 parent 1b01db5 commit 8e61d85

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# OneBitSoftware.Slovom
22
![test](https://github.com/OneBitSoftware/OneBitSoftware.Slovom/actions/workflows/dotnet.yml/badge.svg)
3+
34
A .NET library that converts currency values into words in Bulgarian for accounting purposes
45

6+
## Installation
7+
You can install the OneBitSoftware.Slovom assembly through the NuGet package [NuGet](https://www.nuget.org/packages/OneBitSoftware.Slovom):
8+
```
9+
Install-Package OneBitSoftware.Slovom
10+
```
11+
Or via the .NET Core command line interface:
12+
```
13+
dotnet add package OneBitSoftware.Slovom
14+
515
## Examples
616
717
## Credits
818
Inspired by:
919
- https://github.com/imalchev/Slovom
1020
- https://georgi.unixsol.org/programs/num2bgmoney.php/view/
11-
- https://github.com/stuckata/slovom-js
21+
- https://github.com/stuckata/slovom-js

0 commit comments

Comments
 (0)