diff --git a/README.md b/README.md index 1084f03..902d112 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ const image = await this.camera.capture(true); ####setFlashMode -Set flesh mode (`auto`/`on`/`off`) +Set flash mode (`auto`/`on`/`off`) ```javascript const success = await this.camera.setFlashMode(newFlashData.mode);