From 917fe6f9c31c4aaa395498cf640391070dae406d Mon Sep 17 00:00:00 2001 From: Andres Otarola Date: Wed, 9 Jun 2021 21:49:55 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e50ca7..7fe1aa5 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ Example `sandboxArgs` object: args: { '=-allow-file-access-from-files' }, - executeablePath: '/some/other/path/to/chrome' + executablePath: '/some/other/path/to/chrome' } ```