Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavleavramovic authored Jun 26, 2023
1 parent 2c2e339 commit 588ab34
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 @@ -62,7 +62,7 @@ const token = Token
.WithCustomData("size", "medium")
.Generate())
.WithEventId("demoevent")
.WithIpAddress("75.86.129.4,45.67.2.4,34.56.3.2")
.WithIpAddress("75.86.129.4", "45.67.2.4,34.56.3.2")
.WithValidity(60000)
.Generate(secretKey);

Expand Down

0 comments on commit 588ab34

Please sign in to comment.