From 63a5b648bb3bfe8c550bd0f7c573b1da354e114f Mon Sep 17 00:00:00 2001 From: 1993CRV <146706527+1993CRV@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:32:23 -0400 Subject: [PATCH] clean up wording --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0f6cabab..2eb0fa15 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -A single-page, one-column resume for software developers. It uses the base latex templates and fonts to provide ease of use and installation when trying to update the resume. The different sections are clearly documented and custom commands are used to provide consistent formatting. The three main sections in the resume are education, experience, and projects. +A single-page, one-column resume template for software developers. It uses the base LaTeX packages and fonts to provide ease of use and installation when trying to update the resume. The different sections are clearly documented and custom commands are used to provide consistent formatting. The three main sections in the resume are education, experience, and projects. ### Motivation -I created this template as managing a resume on Google Docs was hard and changing any formatting was too difficult since it had to be applied in multiple places. +I created this template because managing a resume on Google Docs was hard, and changing any formatting was too difficult since it had to be applied in multiple places. Most currently available templates either focus on two columns, or are multiple pages long that didn't work well for career fairs or online applications. -### Quick start +### Quick Start -Get started quickly using [Overleaf](https://www.overleaf.com/latex/templates/software-engineer-resume/gqxmqsvsbdjf) template. +Get started quickly using the [Overleaf](https://www.overleaf.com/latex/templates/software-engineer-resume/gqxmqsvsbdjf) template. -### Build using Docker +### Build Using Docker ```sh docker build -t latex . @@ -23,4 +23,4 @@ docker run --rm -i -v "$PWD":/data latex pdflatex sourabh_bajaj_resume.tex ### License -Format is MIT but all the data is owned by Sourabh Bajaj. +Format is MIT, but all the data is owned by Sourabh Bajaj.