Skip to content

Commit

Permalink
dox fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Lindfalk committed May 31, 2022
1 parent e650e66 commit 52bee9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func main() {
}
```

Now you can instrument different parts of your service that you want part of the tracing, like a gRPC server for example:
Now you can instrument different parts of your service that you want part of the tracing, like a gRPC server for example. Note that if you use the [floss/server](https://github.com/dentech-floss/server) then this is already taken care of, this also applies to all other floss libraries since they come with tracing configured and enabled out of the box. But for the sake of showing an example anyway:

```go
package example
Expand Down

0 comments on commit 52bee9b

Please sign in to comment.