We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2e339 commit 588ab34Copy full SHA for 588ab34
README.md
@@ -62,7 +62,7 @@ const token = Token
62
.WithCustomData("size", "medium")
63
.Generate())
64
.WithEventId("demoevent")
65
- .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")
66
.WithValidity(60000)
67
.Generate(secretKey);
68
0 commit comments