From 4ddd9603de747b29641828bdeb8ccc8a71f39532 Mon Sep 17 00:00:00 2001 From: Darach Ennis Date: Thu, 30 Nov 2023 15:23:40 +0100 Subject: [PATCH] Update README.md Remove reference to `sdk` example which exists no more! --- examples/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 0189461..2a08d8e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,7 +2,6 @@ * [simple](./simple) - Uses defaults provided by Axiom and is a one line setup. * [fmt](./fmt) - Uses layers with out of the box local formatting and Axiom remote endpoint. -* [sdk](./sdk) - Shows how tracing and the Axiom SDK can be used together. * [layers](./layers) - The kitchen sink. If you have a rich tracing setup, just plug tracing-axiom into your existing setup. * [noenv]('./noenv) - Example that does not use environment variables for tracing setup.