From 5134450c14bc106b5395845a00e5ae32434902c0 Mon Sep 17 00:00:00 2001 From: Dylan McIntyre Date: Mon, 23 Jan 2017 00:19:06 -0500 Subject: [PATCH] remove backticks from "Output Cropping" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03032eee..caea5348 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ You can setup the `CameraView` dimensions however you want. When your dimensions [Insert GIF] -### `Output Cropping` +### Output Cropping When you capture output you can either capture everything - even what is not visible to the user on the `CameraView` - or just the visible preview. See [`ckCropOutput`](#ckcropoutput) above for usage.