From 87b9e84ac891afe07397176d9682ed16ac6a3c04 Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Tue, 2 Jan 2024 21:38:51 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index beb7fce..b378a13 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,10 @@ tracer.in_span("doing_work_parent", |cx| { }); ``` -This is a basic configuration, not recommended for prod systems. See the [Performance](#performance) section for prod config. -All examples available at [examples](examples) directory. +All examples are available at [examples](examples) directory. -To run example use with environment variables: +To run an example use with environment variables: ``` # PROJECT_ID= cargo run --example enable-exporter ```