Skip to content

Commit 9dafd64

Browse files
committed
fixed spelling / grammar
1 parent e4fcbea commit 9dafd64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Explaining Git and GitHub. Forked from [Jaime Kosoy](https://github.com/jkosoy).
77
### Hands on / interactive learning
88
* [Learn Version Control with Git](https://www.git-tower.com/learn/ebook) A website for learning Git. Appears to cost money but has a free html book.
99
* [Git Immersion](http://gitimmersion.com/lab_01.html) A website with tutorial materials you download and follow along with.
10-
* [Try Git](http://try.github.io/levels/1/challenges/1) A 15 minute interactive website to learn the basics.
11-
* [Git-it](http://nodeschool.io/#git-it) Interactive software you run from the Terminal (requires installing node.js and nmp)
10+
* [Try Git](http://try.github.io/levels/1/challenges/1) A 15 minute interactive tutorial to learn the basics.
11+
* [Git-it](http://nodeschool.io/#git-it) Interactive software you run from the Terminal (requires installing node.js and nmp).
1212

1313
### Purely text based resources
14-
* [Git: No Deep Sh*t](http://rogerdudler.github.io/git-guide/) Explaining git, simplified, basically a cheatsheet.
15-
* [The Git Book](http://git-scm.com/book) Explains everything that's possible in lots and lots of detail.
14+
* [Git: No Deep Sh*t](http://rogerdudler.github.io/git-guide/) A super simplified way of explaining git, basically a cheatsheet.
15+
* [The Git Book](http://git-scm.com/book) Explains everything that's possible with git in lots and lots of detail.
1616

1717

1818
The Git Flow

0 commit comments

Comments
 (0)