Skip to content

Commit dfc7ccd

Browse files
authored
Update README.md
1 parent 61472c9 commit dfc7ccd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@
33
[![NuGet](https://img.shields.io/nuget/v/SWEN3.Paperless.RabbitMq?label=NuGet&color=0891B2)](https://www.nuget.org/packages/SWEN3.Paperless.RabbitMq/)
44
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/ANcpLua/SWEN3.Paperless.RabbitMq/blob/main/LICENSE)
55

6-
# SWEN3.Paperless.RabbitMq
6+
# \.R.Paperless.RabbitMq
77

88
RabbitMQ messaging library for .NET with SSE support.
99

10-
## Installation
11-
12-
```bash
13-
dotnet add package Paperless.RabbitMq
14-
```
15-
1610
## Configuration
1711

1812
```json
@@ -85,6 +79,12 @@ public record OcrCommand(Guid JobId, string FileName, string FilePath);
8579
public record OcrEvent(Guid JobId, string Status, string? Text, DateTimeOffset ProcessedAt);
8680
```
8781

82+
## Installation
83+
84+
```bash
85+
dotnet add package SWEN3.Paperless.RabbitMq
86+
```
87+
8888
## License
8989

9090
This project is licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)