Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
Corrected a mistake in the examples
  • Loading branch information
sstrickx committed Oct 16, 2014
1 parent 89574a0 commit 7dbb225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ double change = stock.getQuote().getChangeInPercent();
double peg = stock.getStats().getPeg();
double dividend = stock.getDividend().getAnnualYieldPercent();

System.out.println(stock);
stock.print();
```
Output:
```
Expand Down

0 comments on commit 7dbb225

Please sign in to comment.