Skip to content

Commit

Permalink
Readme style (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspoignant committed Jan 11, 2021
1 parent 735bdc2 commit cd24616
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 @@ -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:

Expand Down

0 comments on commit cd24616

Please sign in to comment.