From 73f45209e23afa5e3dac0175ec3926750d6c667b Mon Sep 17 00:00:00 2001 From: Alireza Josheghani Date: Sat, 20 Oct 2018 11:40:52 +0330 Subject: [PATCH] Type in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49c1e1a..238d614 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The following illustrates how to make a basic GET request and output the page co ### On Load Finished ```php -// Will render page if this timeout is reached and resources haven't finished loading +// Tells the client to wait for all resources before rendering $request = \PhantomJs::get('http://phantomjs.org/');