Skip to content

Commit be1eb01

Browse files
authored
Update README.md
1 parent 8353b3f commit be1eb01

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
![Nuget](https://img.shields.io/nuget/dt/Tingle.EventBus)
44
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/tinglesoftware/eventbus/release.yml?branch=main&style=flat-square)
55
[![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/)
6-
[![license](https://img.shields.io/github/license/tinglesoftware/dependabot-azure-devops.svg?style=flat-square)](LICENSE)
6+
[![license](https://img.shields.io/github/license/tinglesoftware/eventbus.svg?style=flat-square)](LICENSE)
77

8-
This repository contains the code for the `Tingle.EventBus` libraries. This project exists so as to simplify the amount of work required to add events to .NET projects. The existing libraries seem to have numerous complexities in setup especially when it comes to the use of framework concepts like dependency inject and options configuration. At [Tingle Software](https://tingle.software), we use this for all our event-driven architecture that is based on .NET
8+
This repository contains the code for the `Tingle.EventBus` libraries. This project exists so as to simplify the amount of work required to add events to .NET projects. The existing libraries seem to have numerous complexities in setup especially when it comes to the use of framework concepts like dependency injection and options configuration. At [Tingle Software](https://tingle.software), we use this for all our event-driven architecture that is based on .NET
99

1010
## Packages
1111

@@ -26,29 +26,29 @@ This repository contains the code for the `Tingle.EventBus` libraries. This proj
2626

2727
## Documentation
2828

29-
A number fo the documents below are still a work in progress and would be added as they get ready.
29+
A number of the documents below are still a work in progress and will be added as they get ready.
3030

3131
### Getting started
3232

3333
[Bus Concepts and Configuration](docs/bus-concepts-and-configuration.md)
3434

3535
#### Features
3636

37-
* [Choosing a transport](docs/transport-selection.md)
38-
* [Multiple transports in one bus](docs/multi-transport-one-bus.md)
39-
* [Retries](docs/retries.md)
40-
* [Event and Consumers](docs/events-and-consumers.md)
41-
* [Observability](docs/observability.md)
42-
* [Your first app](docs/your-first-app.md)
37+
- [Choosing a transport](docs/transport-selection.md)
38+
- [Multiple transports in one bus](docs/multi-transport-one-bus.md)
39+
- [Retries](docs/retries.md)
40+
- [Event and Consumers](docs/events-and-consumers.md)
41+
- [Observability](docs/observability.md)
42+
- [Your first app](docs/your-first-app.md)
4343

4444
#### How to ...
4545

46-
* [Use configuration](docs/work-configuration.md)
47-
* [Work with Azure IoT Hub](docs/work-with-azure-iot-hub.md)
48-
* [Work with Azure Managed Identities](docs/work-with-azure-managed-identities.md)
49-
* [Advanced Service Bus options](docs/advanced-service-bus-options.md)
50-
* [Work with Feature Management](docs/work-with-feature-management.md)
51-
* [Extend event configuration](docs/extend-event-configuration.md)
46+
- [Use configuration](docs/work-configuration.md)
47+
- [Work with Azure IoT Hub](docs/work-with-azure-iot-hub.md)
48+
- [Work with Azure Managed Identities](docs/work-with-azure-managed-identities.md)
49+
- [Advanced Service Bus options](docs/advanced-service-bus-options.md)
50+
- [Work with Feature Management](docs/work-with-feature-management.md)
51+
- [Extend event configuration](docs/extend-event-configuration.md)
5252

5353
## Samples
5454

@@ -69,3 +69,7 @@ A number fo the documents below are still a work in progress and would be added
6969
## Issues & Comments
7070

7171
Please leave all comments, bugs, requests, and issues on the Issues page. We'll respond to your request ASAP!
72+
73+
### License
74+
75+
The Library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php "Read more about the MIT license form") license. Refer to the [LICENSE](./LICENSE) file for more information.

0 commit comments

Comments
 (0)