Skip to content

Commit 5c4c6ff

Browse files
authored
Update README.md
Signed-off-by: Najaf Shaikh <ns4mail@gmail.com>
1 parent 166f2be commit 5c4c6ff

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# <img src="https://github.com/CodeShayk/abacus/blob/master/images/ninja-icon-16.png" alt="ninja" style="width:30px;"/> Abacus v1.0.0
2-
[![NuGet version](https://badge.fury.io/nu/abacus.svg)](https://badge.fury.io/nu/abacus) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/codeshayk/abacus/blob/master/License.md)
3-
[![build-master](https://github.com/codeshayk/abacus/actions/workflows/Master-Build.yml/badge.svg)](https://github.com/codeshayk/abacus/actions/workflows/Master-Build.yml)
4-
[![GitHub Release](https://img.shields.io/github/v/release/codeshayk/abacus?logo=github&sort=semver)](https://github.com/codeshayk/abacus/releases/latest)
5-
[![CodeQL](https://github.com/codeshayk/abacus/actions/workflows/Master-CodeQL.yml/badge.svg)](https://github.com/codeshayk/abacus/actions/workflows/Master-CodeQL.yml)
1+
# <img src="https://github.com/CodeShayk/abacus/blob/master/images/ninja-icon-16.png" alt="ninja" style="width:30px;"/> Abacus.Net v1.0.0
2+
[![NuGet version](https://badge.fury.io/nu/Abacus.Net.svg)](https://badge.fury.io/nu/Abacus.Net)
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/codeshayk/Abacus.Net/blob/master/License.md)
4+
[![build-master](https://github.com/codeshayk/Abacus.Net/actions/workflows/Master-Build.yml/badge.svg)](https://github.com/codeshayk/Abacus.Net/actions/workflows/Master-Build.yml)
5+
[![GitHub Release](https://img.shields.io/github/v/release/codeshayk/Abacus.Net?logo=github&sort=semver)](https://github.com/codeshayk/Abacus.Net/releases/latest)
6+
[![CodeQL](https://github.com/codeshayk/Abacus.Net/actions/workflows/Master-CodeQL.yml/badge.svg)](https://github.com/codeshayk/Abacus.Net/actions/workflows/Master-CodeQL.yml)
67
[![.Net](https://img.shields.io/badge/.Net-9.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
78

89
Simple Workflow framework in .Net
@@ -23,25 +24,25 @@ Simple Workflow framework in .Net
2324
## Getting Started
2425
### Installation
2526
nuget add package SourceFlow.Net
26-
> - dotnet add package abacus
27-
> - dotnet add package abacus.SqlServer (to be released)
28-
> - or your preferred storage
27+
- dotnet add package Abacus.Net
28+
- dotnet add package Abacus.Net.SqlServer (to be released)
29+
- or your preferred storage
2930

3031
### Developer Guide
3132
This comprehensive guide provides detailed information about the SourceFlow.Net framework, covering everything from basic concepts to advanced implementation patterns and troubleshooting guidelines.
3233

33-
Please click on [Developer Guide](https://github.com/CodeShayk/abacus/wiki) for complete details.
34+
Please click on [Developer Guide](https://github.com/CodeShayk/Abacus.Net/wiki) for complete details.
3435
## Support
35-
If you are having problems, please let me know by [raising a new issue](https://github.com/CodeShayk/abacus/issues/new/choose).
36+
If you are having problems, please let me know by [raising a new issue](https://github.com/CodeShayk/Abacus.Net/issues/new/choose).
3637

3738
## License
3839
This project is licensed with the [MIT license](LICENSE).
3940

4041
## Contributing
4142
We welcome contributions! Please see our Contributing Guide for details.
42-
- πŸ› Bug Reports - Create an [issue](https://github.com/CodeShayk/abacus/issues/new/choose)
43+
- πŸ› Bug Reports - Create an [issue](https://github.com/CodeShayk/Abacus.Net/issues/new/choose)
4344
- πŸ’‘ Feature Requests - Start a discussion
44-
- πŸ“ Documentation - Help improve our [docs](https://github.com/CodeShayk/abacus/wiki)
45+
- πŸ“ Documentation - Help improve our [docs](https://github.com/CodeShayk/Abacus.Net/wiki)
4546
- πŸ’» Code - Submit pull requests
4647

4748
## Credits

0 commit comments

Comments
Β (0)