diff --git a/index.html b/index.html index 47dd041..36fec84 100644 --- a/index.html +++ b/index.html @@ -172,6 +172,10 @@ Clic Bookstore & Gallery 255 Centre St, New York + + Codex Books + 1 Bleecker St, New York + Community Bookstore 143 7th Ave, Brooklyn diff --git a/stores.json b/stores.json index e181543..f6231cb 100644 --- a/stores.json +++ b/stores.json @@ -1314,5 +1314,19 @@ "website": "http://www.mcnallyjackson.com/", "events": "Yes", "cafe": "No" + }, + { + "name": "Codex Books", + "address": "1 Bleecker St", + "city": "New York", + "state": "NY", + "postcode": "10012", + "description": "", + "lat": "40.725404", + "long": "-73.9925904", + "country": "USA", + "website": "http://codexbooks.info/", + "events": "Yes", + "cafe": "Yes" } ]