Skip to content

Commit e659839

Browse files
authored
Merge pull request 4GeeksAcademy#124 from NJCampbell/master
updated punctuation/grammar
2 parents 3c58b90 + 72571c7 commit e659839

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
</tr>
1313
</table>
1414

15-
Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really excited to have you here! 🎉 😂 Learning to code is hard, you need coaching! [DM me on twitter](https://twitter.com/alesanchezr) if you have any questions.
15+
Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really excited to have you here! 🎉 😂 Learning to code is hard; you need coaching! [DM me on twitter](https://twitter.com/alesanchezr) if you have any questions.
1616

1717
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/README.es.md) :es:*
1818
<!-- endhide -->
1919

2020
## You'll be learning the following concepts:
2121

22-
1. How to apply CSS to your website in 3 different ways: Inline, by grouping them together inside a `<style>` tag, or using an external stylesheet `<link>`.
22+
1. How to apply CSS to your website in 3 different ways: inline, by grouping them together inside a `<style>` tag, or by using an external stylesheet `<link>`.
2323

2424
2. Selecting HTML Elements from your website to apply the styles to.
2525

@@ -35,7 +35,7 @@ Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really
3535
<ol>
3636
<li><a href="https://github.com/4GeeksAcademy/html-tutorial-exercises-course">Learn HTML</a></li>
3737
<li><a href="https://github.com/4GeeksAcademy/html-forms-tutorial-exercises">Learn HTML5 Forms</a></li>
38-
<li><a href="https://github.com/4GeeksAcademy/css-tutorial-exercises-course">Learn CSS</a>← 🔥 You are here now</li>
38+
<li><a href="https://github.com/4GeeksAcademy/css-tutorial-exercises-course">Learn CSS</a>← 🔥 You are here now!</li>
3939
<li><a href="https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises">Learn CSS Layouts</a></li>
4040
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Learn Bootstrap</a></li>
4141
</ol>
@@ -52,7 +52,7 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
5252

5353
[Clone the repository](https://4geeks.com/how-to/github-clone-repository) in your local environment and follow the steps below:
5454

55-
1) Install LearnPack, the package manager for learning tutorials and the HTML compiler plugin for LearnPack, make sure you also have node.js 14+:
55+
1) Install LearnPack, the package manager for learning tutorials and the HTML compiler plugin for LearnPack; make sure you also have node.js 14+:
5656

5757
```bash
5858
$ npm i learnpack -g

0 commit comments

Comments
 (0)