From 0ac4ade4f2fda76292a9e5f7f6dff8933c9feff0 Mon Sep 17 00:00:00 2001 From: Harshit-Taneja <72176294+Harshit-Taneja@users.noreply.github.com> Date: Thu, 1 Oct 2020 07:50:19 +0530 Subject: [PATCH] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index dffbfc3..ec3c36b 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ This is the source code for the site and application 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." -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. +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 and it won't take much time. See the signatures package for examples. Deane and Seth