From 494f200500ad1a9fc916df75e5cfa9fa0c384ca4 Mon Sep 17 00:00:00 2001 From: Ivan Dugalic Date: Tue, 17 Oct 2023 21:39:35 +0200 Subject: [PATCH] README updated with examples --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 914ef79..804eb37 100644 --- a/README.md +++ b/README.md @@ -542,6 +542,12 @@ Or add the following line to your `Cargo.toml` file: fmodel-rust = "0.2.0" ``` +## Examples + +- [Gift Card Demo - with Axon](https://github.com/AxonIQ/axon-rust/tree/main/gift-card-rust) +- [Tests](tests) + + ## FModel in other languages - [FModel Kotlin](https://github.com/fraktalio/fmodel/)