From a710429c8cf1751e79be9b7cb050942703efd084 Mon Sep 17 00:00:00 2001 From: Yashashree Suresh Date: Mon, 16 Nov 2020 19:33:32 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8cc649..3479e2f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Property Parser +## Property Parser Simple python parser to extract details of the: 1. buyers/sellers looking to buy or sell a property (name, email ID, phone number) @@ -12,4 +12,4 @@ Simple python parser to extract details of the: ```python3 parser.py --file ``` -For example, ```python3 parser.py -f test/sample_text.html```. Sample html files can be found at [test](https://github.com/yashashreesuresh/Property-Parser/tree/master/test). \ No newline at end of file +For example, ```python3 parser.py -f test/sample_text.html```. Sample html files can be found at [test](https://github.com/yashashreesuresh/Property-Parser/tree/master/test).