Skip to content

Commit e628088

Browse files
authored
Update readme.md
1 parent 607a2b4 commit e628088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Note: a slash is implicitly inserted between the prefix and the rest of the path
8888
surl.New(secret, surl.SkipQuery())
8989
```
9090

91-
Skip the query string when computing the signature. This is useful, say, if you have pagination query parameters but you want to use the same signed URL regardless of their value. See the [example](./example/skip_query/main.go).
91+
Skip the query string when computing the signature. This is useful, say, if you have pagination query parameters but you want to use the same signed URL regardless of their value. See the [example](./examples/skip_query/main.go).
9292

9393
#### Decimal Encoding of Expiry
9494

0 commit comments

Comments
 (0)