Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
torreyleonard committed May 5, 2018
1 parent effa629 commit b1d0350
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 @@ -378,7 +378,7 @@ IEX.getStats("HD").then(stats => {
You can even grab a company's logo with:

```js
IEX.getLogo("AMAT").then(logoURL => {
IEX.getLogo("MMM").then(logoURL => {
// https://storage.googleapis.com/iex/api/logos/MMM.png
});
```
Expand Down

0 comments on commit b1d0350

Please sign in to comment.