Skip to content

Commit 494d2f5

Browse files
committed
doc: added basic example
1 parent c1c76f4 commit 494d2f5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
## Implementation of Standard Webhooks for .NET Core
44

55

6-
## Subhead
6+
### Generating HttpContent for a Webhook
77
```csharp
8-
98
var testEntity = new TestEntity
109
{
1110
Id = 1,
@@ -21,8 +20,10 @@
2120

2221
```
2322

24-
### Acknowledgements
23+
## Acknowledgements
2524

25+
This project leverages the work of the Standard Webhooks project, published on Github in the [standard-webhooks](https://github.com/standard-webhooks/standard-webhooks) repository.
26+
Specifically it builds upon the [C# reference implementation](https://github.com/standard-webhooks/standard-webhooks/tree/main/libraries/csharp).
2627

27-
### License
28+
## License
2829
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)