From 8e1ae7c9a42297df955fa2849c6be18b245d2e05 Mon Sep 17 00:00:00 2001 From: Brad Bumbalough Date: Tue, 22 Dec 2015 16:47:03 -0500 Subject: [PATCH] Corrected docs heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8f107b..49d48d8 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ Supported options: Ends the current capture session for video captures. Only applies when the current `captureMode` is `video`. -### `checkDeviceAuthorizationStatus(callback(err, isAuthorized))` +#### `checkDeviceAuthorizationStatus(callback(err, isAuthorized))` Exposes the native API for checking if the device has authorized access to the camera. Can be used to call before loading the Camera component to ensure proper UX.