We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b01db5 commit 8e61d85Copy full SHA for 8e61d85
1 file changed
README.md
@@ -1,11 +1,21 @@
1
# OneBitSoftware.Slovom
2

3
+
4
A .NET library that converts currency values into words in Bulgarian for accounting purposes
5
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
15
## Examples
16
17
## Credits
18
Inspired by:
19
- https://github.com/imalchev/Slovom
20
- https://georgi.unixsol.org/programs/num2bgmoney.php/view/
-- https://github.com/stuckata/slovom-js
21
+- https://github.com/stuckata/slovom-js
0 commit comments