Skip to content

Commit 588ab34

Browse files
Update README.md
1 parent 2c2e339 commit 588ab34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const token = Token
6262
.WithCustomData("size", "medium")
6363
.Generate())
6464
.WithEventId("demoevent")
65-
.WithIpAddress("75.86.129.4,45.67.2.4,34.56.3.2")
65+
.WithIpAddress("75.86.129.4", "45.67.2.4,34.56.3.2")
6666
.WithValidity(60000)
6767
.Generate(secretKey);
6868

0 commit comments

Comments
 (0)