Skip to content

Commit

Permalink
updates to match project description in classroom
Browse files Browse the repository at this point in the history
  • Loading branch information
hkasemir committed Mar 24, 2016
1 parent 7ead1dd commit 0772b9a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The resume has four distinct sections: work, education, projects and a header wi
mobile: string
email: string
github: string
twitter: string
twitter: string (optional)
location: string
welcomeMessage: string
skills: array of strings
Expand All @@ -53,12 +53,12 @@ The resume has four distinct sections: work, education, projects and a header wi
location: string
degree: string
majors: array of strings
dates: integer (graduation date)
dates: string (works with a hyphen between them)
url: string
onlineCourses: array with
onlineCourses: array of objects with
title: string
school: string
date: integer (date finished)
date: string (works with a hyphen between them)
url: string
display: function taking no parameters

Expand All @@ -68,7 +68,7 @@ The resume has four distinct sections: work, education, projects and a header wi
employer: string
title: string
location: string
dates: string (works with a hyphen between them)
dates: string (Can be 'in progress')
description: string
display: function taking no parameters

Expand Down

0 comments on commit 0772b9a

Please sign in to comment.