From e7ab7fa7a8658a3d7faf0be69a69c79c1519edb6 Mon Sep 17 00:00:00 2001 From: shivambarnwal1 <67702962+shivambarnwal1@users.noreply.github.com> Date: Thu, 1 Oct 2020 03:46:41 +0530 Subject: [PATCH] Update README I have updated some grammatical mistakes in readme --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index dffbfc3..c799d6c 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -This is the source code for the site and application CM Field Guide. +This is the source code for the site and application of CM Field Guide. -The purpose of this application is to detect what platform a website is running on. The application is developed on the Django web application framework and works by running "signatures," which are little Python scripts that test the site for various "tells." +The purpose of this application is to detecting the platform a website is running on. The application is developed on the Django web application framework and works by running "signatures," which are little Python scripts that test the site for various "tells." If you know how to detect a particular CMS or web platform, we invite you to enhance or contribute a signature to improve the accuracy of the application. Writing signatures is easy. See the signatures package for examples.