psolin / cleanco

Company Name Processor written in Python
MIT License
318 stars 94 forks source link

README.md name replaced with business_name #66

Closed Akshaysharma29 closed 3 years ago

Akshaysharma29 commented 3 years ago

I have updated the example.

>>> from cleanco import prepare_terms, basename
>>> business_name = "Some Big Pharma, LLC"
>>> terms = prepare_terms()
>>> basename(business_name, terms, prefix=False, middle=False, suffix=True)
>>> 'Some Big Pharma'

Basically, I have replaced the name with business_name. Thanks