Typo Fix (Again)

This commit is contained in:
X 2016-11-13 21:02:26 +05:30
parent 701dc7d6bc
commit 36b8b48a0a
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@ python:
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests
#script: nosetests
script: cd comic-dl && nosetests
notifications:
email:
- xonshiz@psychoticelites.com

View File

@ -134,7 +134,7 @@ You can check the changelog [**`HERE`**](https://github.com/Xonshiz/comic-dl/blo
If your're planning to open an issue for the script or ask for a new feature or anything that requires opening an Issue, then please do keep these things in mind.
### Reporting Issues
If you're about to report some issue with the script, the please do include these things :
If you're about to report some issue with the script, then please do include these things :
* The command your entered. Yes, with the URL
* The output of that command. You can simply copy the text from the terminal/command prompt and paste it. Make sure you put that output inside `` (tilde).
* Your Operating System and python version.