Skip to content

Commit

Permalink
docs: fix client import path in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed May 13, 2024
1 parent e9fba50 commit 4eeb5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import {
CellType,
type ActionHash,
type CallZomeRequest,
} from "./lib/index.js";
} from "@holochain/client";

const adminWs = await AdminWebsocket.connect({
url: new URL("ws://127.0.0.1:65000"),
Expand Down

0 comments on commit 4eeb5dc

Please sign in to comment.