diff --git a/index.html b/index.html index fcd1049..626576a 100644 --- a/index.html +++ b/index.html @@ -300,6 +300,10 @@ Revolution Books 437 Malcolm X Blvd, New York + + Rizzoli Bookstore + 1133 Broadway, New York + Shakespeare & Company 939 Lexington Ave, New York diff --git a/stores.json b/stores.json index 9666cec..1e0c6c0 100644 --- a/stores.json +++ b/stores.json @@ -1188,5 +1188,19 @@ "website": "https://www.taschen.com/pages/en/stores/979.store_new_york.htm", "events": "Yes", "cafe": "No" + }, + { + "name": "Rizzoli Bookstore", + "address": "1133 Broadway", + "city": "New York", + "state": "NY", + "postcode": "10010", + "description": "", + "lat": "40.7435735", + "long": "-73.9891809", + "country": "USA", + "website": "https://www.rizzolibookstore.com/", + "events": "Yes", + "cafe": "No" } ]