diff --git a/index.html b/index.html
index 626576a..ab9710e 100644
--- a/index.html
+++ b/index.html
@@ -144,6 +144,10 @@
Boulevard Books and Café |
7518 13th Ave, Brooklyn |
+
+ Brazenhead Books |
+ The Upper East Side, New York |
+
Catland |
987 Flushing Ave, Brooklyn |
diff --git a/stores.json b/stores.json
index 1e0c6c0..1f22e25 100644
--- a/stores.json
+++ b/stores.json
@@ -1202,5 +1202,19 @@
"website": "https://www.rizzolibookstore.com/",
"events": "Yes",
"cafe": "No"
+ },
+ {
+ "name": "Brazenhead Books",
+ "address": "The Upper East Side",
+ "city": "New York",
+ "state": "NY",
+ "postcode": "",
+ "description": "Brazenhead is a secret bookstore on the Upper East Side. Yes, I know the address. No, I'm not telling you.",
+ "lat": "40.7828647",
+ "long": "-73.9653551",
+ "country": "USA",
+ "website": "http://www.brazenheadbooks.com/",
+ "events": "Yes",
+ "cafe": "No"
}
]