webprogramming260 / .github

Web Programming 260 Instruction
MIT License
23 stars 124 forks source link

Minor updates and clarifications to Essentials module #121

Closed ThanGerlek closed 1 year ago

ThanGerlek commented 1 year ago

I clarified or rephrased a few places that I thought were unclear and standardized/linted some of the markdown formatting.

Breaking change (sort of): I changed some of the example code to be technically inaccurate. In gitHub.md, lines 144 and 146, there's an example of a merge conflict, including git's <<<<< markers, which I think messed with VSCode's git integration. It got confused when I tried to squash a few commits. I just shortened the markers by a couple characters to fix it.

leesjensen commented 1 year ago

Thanks for the improvements. Very helpful.