Skip to content

Commit 50be680

Browse files
committed
fix typo
1 parent 543b18e commit 50be680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sudo apt-get install pylint
3535

3636
Running Static Analysis:
3737
<pre>
38-
nose2 --junit-xml --with-coverage --coverage-report xml
38+
pylint stock_alerter/ -f parseable > analysis.txt
3939
</pre>
4040

4141
Running Tests with Code Coverage:

0 commit comments

Comments
 (0)