Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d006d05

Browse files
authored
Update README.md
Replaced broken url for Trello logo, fixed typos, inconsistent formatting
1 parent 59d6519 commit d006d05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Week0/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Done? This is optional, but for those who are curious:
4949

5050
Technically speaking, you can write code for the web in any application that allows you to write and save plain text files (such as Notepad or TextEdit). However a code editor is a tool specifically designed for editing code.
5151

52-
Depending on the programming language, the code editor highlights special keywords, give suggestions for some extent, adds automatic indentation and sometimes has an integrated command line interface (more on that in the next section) as well.
52+
Depending on the programming language, the code editor highlights special keywords, gives suggestions to some extent, adds automatic indentation and sometimes has an integrated command line interface (more on that in the next section) as well.
5353

5454
While your code editor does the basic job of allowing you to write code, it can always be improved to make our lives as developers easier. In the following video you'll learn about the most useful code editor extensions you can install in order to make development a much richer experience:
5555

@@ -74,9 +74,9 @@ For more specific information on how to setup your editor:
7474
### What's the way to submit my homework? Use planning tool Trello
7575

7676
<br/>
77-
<a href="http://www.youtube.com/watch?feature=player_embedded&v=tVooja0Ta5I" target="_blank"><img src="https://www.artitex.nl/wp-content/uploads/trello-logo-blue.png" width="480" alt="Slack Video" /></a><br/>
77+
<a href="http://www.youtube.com/watch?feature=player_embedded&v=tVooja0Ta5I" target="_blank"><img src="https://developers.marketo.com/wp-content/uploads/2014/11/trello-logo-blue-1024x315.png" width="480" alt="Trello Video" /></a><br/>
7878

79-
Trello is a planning tool that allows you to make todo lists in order to organize and prioritize your projects. In HackYourFuture we'll use it to submit your homework for the first module. Before you start your first class, please do the following
79+
Trello is a planning tool that allows you to make todo lists in order to organize and prioritize your projects. In HackYourFuture we'll use it to submit your homework for the first module. Before you start your first class, please do the following:
8080

8181
- [Register](https://trello.com/signup) for an account
8282
- Get access to the `Feedback Assignments` board, by asking @Wouter in Slack
@@ -91,7 +91,7 @@ GitHub is a place where you can put your code online. Why? To safely store your
9191
- [Register](https://github.com/join) for an account
9292
- Put the URL for your account in the class channel
9393

94-
### Check double check:
94+
### Check double check
9595

9696
Let's make sure you have done everything necessary:
9797

0 commit comments

Comments
 (0)