From e82ad4c490bceb7c51925ba1163c1b2b7d662b0f Mon Sep 17 00:00:00 2001 From: Zach Plunkett Date: Tue, 6 Aug 2024 17:55:22 -0700 Subject: [PATCH] SIFT-2398: Updated Readme Example Links --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dab39788..3b08a5b2 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,7 @@ In the near future we will plan to provide more installation options. ## Examples -For usage examples you may also refer to the [examples](examples/) directory which demonstrates basic usage of the code generated from the protobufs. +For usage examples you may also refer to examples which demonstrates basic usage of the code generated from the protobufs. +- [Python Examples](https://github.com/sift-stack/sift/tree/main/python/examples) +- [Go Examples](https://github.com/sift-stack/sift/tree/main/go/examples) +- [Rust Examples](https://github.com/sift-stack/sift/tree/main/rust/examples) \ No newline at end of file