Skip to content

Commit

Permalink
clean up wording
Browse files Browse the repository at this point in the history
  • Loading branch information
1993CRV committed Jun 17, 2024
1 parent 2929381 commit 63a5b64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 .
Expand All @@ -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.

0 comments on commit 63a5b64

Please sign in to comment.