From 1ed6977f6e45c585692dbc0df52346cb5ee1c317 Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 4 Jul 2017 18:38:46 -0400 Subject: [PATCH] fixed syntax error on line 27 of readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19da1db..1d2e4f2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ let sr = new ScreenRec({ output, // output filename silent, // hide log togif, // convert mpg to gif - wait4key // wait for ctrl + c to stop recording + wait4key, // wait for ctrl + c to stop recording url // opens an url into the default browser to record }); ```