Skip to content

Commit

Permalink
Merge pull request #61 from manasakalaga/main-readme-scrapper
Browse files Browse the repository at this point in the history
[documentation] modify main.py to app.py in README
  • Loading branch information
rajatkb authored Mar 22, 2020
2 parents 2b47b06 + 896aa36 commit cf790a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ None of this services requires any instllation and can be executed on the fly
## Deployment

**Scrapper-Service**
Note: Make sure the configuration file is properly configured for usage, since main.py is reading configuration from the file
Note: Make sure the configuration file is properly configured for usage, since app.py is reading configuration from the file

```
>> cd Scrapper-Service
>> python main.py --help
usage: main.py [-h] [-c CONFIG] [-l {debug,warn,error,info}] [-t TEST]
>> python app.py --help
usage: app.py [-h] [-c CONFIG] [-l {debug,warn,error,info}] [-t TEST]
[-ls {console,file}]
optional arguments:
Expand Down

0 comments on commit cf790a3

Please sign in to comment.