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 b461779 commit 7ee7780Copy full SHA for 7ee7780
apps/docs/content/docs/hydra/tutorial.mdx
@@ -18,7 +18,7 @@ To initialize Hydra with Mesh, you need to set the `HydraProvider` with the Hydr
18
import { HydraInstance, HydraProvider } from "@meshsdk/hydra";
19
20
const provider = new HydraProvider({
21
- url: "<URL>",
+ httpUrl: "<URL>",
22
});
23
24
const hydraInstance = new HydraInstance({
0 commit comments