diff --git a/README.md b/README.md index 4889f92692d..ff8b49b0e56 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ not: not of a logical expression ## Users Feature flag targeting and rollouts are all determined by the user you pass to your Variation calls. -The SDK defines a [User](https://pkg.go.dev/github.com/thomaspoignant/go-feature-flag/ffuser#User) struct and a [UserBuilder](https://pkg.go.dev/github.com/thomaspoignant/go-feature-flag/ffuser#UserBuilder) to make this easy. +The SDK defines a [`User`](https://pkg.go.dev/github.com/thomaspoignant/go-feature-flag/ffuser#User) struct and a [`UserBuilder`](https://pkg.go.dev/github.com/thomaspoignant/go-feature-flag/ffuser#UserBuilder) to make this easy. Here's an example: