diff --git a/README.md b/README.md index 15fe7b8..5b1bc4b 100644 --- a/README.md +++ b/README.md @@ -259,11 +259,12 @@ Each section has specific fields to fill out: - Example: ```yaml education_details: - - degree: "Bachelor's Degree" - university: "University of Example" - gpa: "3.8/4" - graduation_year: "2022" + - education_level: "Bachelor's Degree" + institution: "University of Example" field_of_study: "Software Engineering" + final_evaluation_grade: "4/4" + start_date: "2021" + year_of_completion: "2023" exam: Algorithms: "A" Data Structures: "B+" @@ -333,7 +334,8 @@ Each section has specific fields to fill out: - `certifications:` - Include any professional certifications you have earned. - - **certification_name**: The name of the certification. + - name: "PMP" + description: "Certification for project management professionals, issued by the Project Management Institute (PMI)" - Example: ```yaml