From dd5973589214be04590dfd31b0587c9647a73e4e Mon Sep 17 00:00:00 2001 From: Tomas Roos Date: Mon, 19 Sep 2016 10:40:44 +0200 Subject: [PATCH] Update README.md Flesh mode feels a bit nasty ;) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);