diff --git a/schema.md b/schema.md
index a942405..8e2f313 100644
--- a/schema.md
+++ b/schema.md
@@ -9,7 +9,7 @@ preferably using Cassandra: A distributed NoSQL database
 * `kind` (event type, e.g., review, article, comment)
 * `tags` (array of keywords or hashtags)
 * `content` (text content of the event)
-2. **Wine Reviews**:
+2. **User Reviews**:
 * `event_id` (foreign key referencing the Events table)
 * `product_id` (unique identifier for the product, eg `wine_id` or `sake_id`)
 * `rating` (numerical rating, e.g., 1-100)