Skip to content

Commit

Permalink
docs: replace oryd in examples with ory (#2600)
Browse files Browse the repository at this point in the history
  • Loading branch information
spg authored Jul 1, 2021
1 parent bc87822 commit 5796994
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/sdk/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npm install --save @ory/hydra-client
#### Basic configuration

```js
import { Configuration, PublicApi, AdminApi } from '@oryd/hydra-client'
import { Configuration, PublicApi, AdminApi } from '@ory/hydra-client'

const hydraPublic = new PublicApi(
new Configuration({
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v1.10/sdk/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npm install --save @ory/hydra-client
#### Basic configuration

```js
import { Configuration, PublicApi, AdminApi } from '@oryd/hydra-client'
import { Configuration, PublicApi, AdminApi } from '@ory/hydra-client'

const hydraPublic = new PublicApi(
new Configuration({
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v1.9/sdk/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npm install --save @ory/hydra-client
#### Basic configuration

```js
import { Configuration, PublicApi, AdminApi } from '@oryd/hydra-client'
import { Configuration, PublicApi, AdminApi } from '@ory/hydra-client'

const hydraPublic = new PublicApi(
new Configuration({
Expand Down

0 comments on commit 5796994

Please sign in to comment.