Skip to content

Commit c50216d

Browse files
authored
Update README.md
1 parent 11660c5 commit c50216d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Week1/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,14 @@ For further study, delve into the following:
184184

185185
As a web developer you will write code that will display in different browsers. As such it is important that you get familiar with most major browsers in use today. These are:
186186

187-
- [Internet Explorer](https://support.microsoft.com/en-us/help/17621/internet-explorer-downloads)
188187
- [Google Chrome](https://www.google.com/chrome/)
189188
- [Safari](https://support.apple.com/downloads/safari)
190189
- [Mozilla Firefox](https://www.mozilla.org/en-GB/firefox/new/)
191-
- [Microsoft Edge](https://www.microsoft.com/en-us/windows/microsoft-edge) (Not available for Mac/Linux yet)
190+
- [Microsoft Edge](https://www.microsoft.com/en-us/windows/microsoft-edge)
192191
- [Opera](https://www.opera.com/download)
193192

193+
There are other browsers popping up, but they are mostly enhancements of the Chromium OS browser which is the basis of Chrome. This generally means that if it works in Chrome, it will work on those browsers too.
194+
194195
In your HackYourFuture journey you'll mainly be using **Google Chrome** when developing, as is has great developer tools that allow us to develop web applications in an easier and clearer way.
195196

196197
### How to use the browser inspector

0 commit comments

Comments
 (0)