From 9842dce1c52d50cfc2d7287b82dedd89fad44a26 Mon Sep 17 00:00:00 2001 From: Jonathan Bird Date: Wed, 23 Sep 2015 11:49:45 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39fcf1f..cddc7b2 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ $agent->isRobot(); ### Robot name -Get the robot name. Note: this currently only works for mayor robots like Google, Facebook, Twitter, Bing, Baidu, ... +Get the robot name. Note: this currently only works for major robots like Google, Facebook, Twitter, Bing, Baidu etc ... ```php $robot = $agent->robot();