Skip to content

Commit 728df26

Browse files
committed
fix: correct sdk
1 parent 5327435 commit 728df26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hydra/guides/openid-connect-dynamic-client-registration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ values={[
4646
<TabItem value="go">
4747

4848
```go
49-
import ory "github.com/ory/client-go"
49+
import ory "github.com/ory/hydra-client-go"
5050
5151
func newSDK(port int, host string) *ory.APIClient {
5252
conf := ory.NewConfiguration()

0 commit comments

Comments
 (0)