Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
icheered committed Aug 5, 2023
1 parent 83279b5 commit 8b2cc94
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 @@ -22,7 +22,7 @@ import { Camera } from "web-gphoto2";
let camera = new Camera();

async function connectCamera() {
await camera.showCameraPicker();
await Camera.showPicker();
await camera.connect();
}

Expand Down

0 comments on commit 8b2cc94

Please sign in to comment.