From 69a38c09f99ee056e7cca9fe7c8b1952fd62b837 Mon Sep 17 00:00:00 2001 From: Mark Beech Date: Thu, 21 Oct 2021 19:55:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbb60c2..fa34850 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## About CrawlerDetect -CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent and http_from header. Currently able to detect 1,000's of bots/spiders/crawlers. +CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the `user agent` and `http_from` header. Currently able to detect 1,000's of bots/spiders/crawlers. ### Installation ```