From ec2cbbb85403b3aa052289f07a516c1c5655a1f5 Mon Sep 17 00:00:00 2001 From: Vladimir Shchur Date: Tue, 13 Feb 2024 14:22:30 +0300 Subject: [PATCH] Added examples links --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5083bce..350d647 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Oxpecker project is planned to be moved to `fsprojects` organization once it rea - IResult support - Many useful **HttpContext** extensions +## Examples: +- [Dump of different features all in one place](https://github.com/Lanayx/Oxpecker/blob/develop/examples/Basic/Program.fs) +- [Full CRUD example with functional DI](https://github.com/Lanayx/Oxpecker/blob/develop/examples/CRUD/Program.fs) + ## Documentation: * [Oxpecker Readme](https://github.com/Lanayx/Oxpecker/blob/develop/src/Oxpecker/README.md)