Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerwill90 committed Jul 4, 2024
1 parent 5bdb2ba commit 8fcce12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,8 @@ It is also possible to create a chain with multiple strategies that attempt to d
f = fox.New(
fox.DefaultOptions(),
fox.WithClientIPStrategy(
// A common use for this is if a server is both directly connected to the internet and expecting a header to check.
// A common use for this is if a server is both directly connected to the
// internet and expecting a header to check.
strategy.NewChain(
strategy.NewLeftmostNonPrivate(fox.HeaderXForwardedFor),
strategy.NewRemoteAddr(),
Expand Down

0 comments on commit 8fcce12

Please sign in to comment.