Update README.md

Flesh mode feels a bit nasty ;)
This commit is contained in:
Tomas Roos 2016-09-19 10:40:44 +02:00 committed by GitHub
parent 4a664f39fb
commit dd59735892

View File

@ -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);