From d5183781f7d1009d68b21f18510884917af87687 Mon Sep 17 00:00:00 2001 From: GENERAL BYTES Date: Thu, 9 Apr 2020 15:30:28 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9277a07..86da5d1 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ InstaCameraManager.getInstance().startHDRCapture(false); ### Interval Capture -You can Set interval time first (in ms) +You can set interval time first (in ms) ``` InstaCameraManager.getInstance().setIntervalTime(int intervalMs); @@ -1416,7 +1416,7 @@ If you have a `WorkWrapper` of HDR Image, you can generate it to one image file boolean isSuccessful = StitchUtils.generateHDR(WorkWrapper workWrapper, String outputPath); ``` -After the generate is successful, the outputPath can be played as a proxy. +After the generateHDR call is successful, the outputPath can be played as a proxy. ``` ImageParamsBuilder builder = new ImageParamsBuilder()