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).