diff --git a/README.md b/README.md index 5277109..6eeffb0 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ $pageFunction = JsFunction::createWithParameters(['element']) ### Exceptions must be caught with `->tryCatch` -If an error occurs in Node, a `Node\FatalException` will be thrown and the process closed, you will have to create a new instance of `Puppeteer`. +If an error occurs in Node, a `Node\FatalException` will be thrown and the process closes, you will have to create a new instance of `Puppeteer`. To avoid that, you can ask Node to catch these errors by prepending your instruction with `->tryCatch`: