From a3cca1ba5b202b348d1e4e4c4713a920d12cd2d6 Mon Sep 17 00:00:00 2001 From: Ahmed Fathi Bekhit Date: Fri, 10 Nov 2017 22:04:23 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5b2a60..11d8df5 100644 --- a/README.md +++ b/README.md @@ -85,14 +85,14 @@ recorder?.prepare(configuration) recorder?.rest() ``` -7. Call the [`record()`](https://github.com/AFathi/ARVideoKit/wiki/RecordAR#func-record) method in an appropriate method. +7. Call the [`record()`](https://github.com/AFathi/ARVideoKit/wiki/RecordAR#func-record) method in the proper method to start recording. ``` @IBAction func startRecording(_ sender: UIButton) { recorder?.record() } ``` -8. Call the [`stopAndExport()`](https://github.com/AFathi/ARVideoKit/wiki/RecordAR#func-stopandexport_-finished-_-videopath-url-_-permissionstatusphauthorizationstatus-_-exportedbool---swiftvoid--nil) method in an appropriate method. +8. Call the [`stopAndExport()`](https://github.com/AFathi/ARVideoKit/wiki/RecordAR#func-stopandexport_-finished-_-videopath-url-_-permissionstatusphauthorizationstatus-_-exportedbool---swiftvoid--nil) method in the proper method to stop recording. ``` @IBAction func stopRecording(_ sender: UIButton) { recorder?.stopAndExport()