Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Jan 2, 2025
1 parent 23890cc commit d88cfc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/scrcpy/start-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import type {
ScrcpyControlMessageWriter,
ScrcpyMediaStreamPacket,
} from "@yume-chan/scrcpy";
import { DEFAULT_SERVER_PATH, ScrcpyOptions2_1 } from "@yume-chan/scrcpy";
import { DefaultServerPath, ScrcpyOptions2_1 } from "@yume-chan/scrcpy";
import type { ReadableStream } from "@yume-chan/stream-extra";
import { WritableStream } from "@yume-chan/stream-extra";

Expand All @@ -56,7 +56,7 @@ const options = new AdbScrcpyOptions2_1(

const client: AdbScrcpyClient = await AdbScrcpyClient.start(
adb,
DEFAULT_SERVER_PATH,
DefaultServerPath,
options
);

Expand Down

0 comments on commit d88cfc9

Please sign in to comment.