diff --git a/index.html b/index.html index 4330dd5..5c90328 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,10 @@ 192 Books 192 10th Ave, New York + + Aeon Bookstore + 151 East Broadway, New York + Alabaster Bookshop 122 4th Ave, New York diff --git a/stores.json b/stores.json index 2a082ca..10fd2b8 100644 --- a/stores.json +++ b/stores.json @@ -1356,5 +1356,19 @@ "website": "https://www.milmundosbooks.com/", "events": "Yes", "cafe": "No" + }, + { + "name": "Aeon Bookstore", + "address": "151 East Broadway", + "city": "New York", + "state": "NY", + "postcode": "10002", + "description": "", + "lat": "40.713860", + "long": "-73.990934", + "country": "USA", + "website": "https://www.aeonbookstore.com/", + "events": "Yes", + "cafe": "No" } ]