From b1d03505bf31b34796a054fe98edcf73a95da1cc Mon Sep 17 00:00:00 2001 From: Torrey Leonard Date: Sat, 5 May 2018 19:18:22 -0400 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce0ed1..c665446 100644 --- a/README.md +++ b/README.md @@ -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 }); ```