Skip to content

Commit 87b9e84

Browse files
authored
Update README.md
1 parent c229890 commit 87b9e84

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ tracer.in_span("doing_work_parent", |cx| {
3939
});
4040

4141
```
42-
This is a basic configuration, not recommended for prod systems. See the [Performance](#performance) section for prod config.
4342

44-
All examples available at [examples](examples) directory.
43+
All examples are available at [examples](examples) directory.
4544

46-
To run example use with environment variables:
45+
To run an example use with environment variables:
4746
```
4847
# PROJECT_ID=<your-google-project-id> cargo run --example enable-exporter
4948
```

0 commit comments

Comments
 (0)