From e57baf3475b86a4d13b9c6999e382e0ff4d3d387 Mon Sep 17 00:00:00 2001 From: greg piccolo Date: Mon, 31 Aug 2015 00:41:43 -0400 Subject: [PATCH] Update README.md --- exercises/1-schema-designer/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/exercises/1-schema-designer/README.md b/exercises/1-schema-designer/README.md index c0fcca9..9da79c1 100644 --- a/exercises/1-schema-designer/README.md +++ b/exercises/1-schema-designer/README.md @@ -11,16 +11,16 @@ A snack has a brand name, a type (ie. candy, cake), a price, and an available qu #### Family Tree -Create a table / tables to hold your family tree. IF you are wondering how many generations to go back, you can stop at great grandparents. +Create a table / tables to hold your family tree. #### Students and Teachers Help a school organize their scheduling system. -A class has many students. -A student has many classes. -A teacher has many classes. -A class can have many teachers. +- A class has many students. +- A student has many classes. +- A teacher has many classes. +- A class can have many teachers. #### Employees @@ -36,12 +36,12 @@ A department has many employees. Model a reddit subreddit. Go on [reddit](http://www.reddit.com) and look at what data a subreddit holds. -We know that users can do the following: +We know that users can perform the following actions: -Subscribe to a subreddit -Submit a post -Submit a comment -Upvote or Downvote a post +- Subscribe to a subreddit +- Submit a post +- Submit a comment +- Upvote or Downvote a post #### Art Gallery