diff --git a/README.md b/README.md
index c04675e..50db6d9 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ This is a collection of materials that can help you learn frontend development.
## Content
* [HTML & CSS](#htmlcss)
* [Javascript](#javascript)
+* [General Computer Science](#generalcs)
## Html & CSS
### Basic tutorials
@@ -27,4 +28,7 @@ This is a collection of materials that can help you learn frontend development.
- [JavaScript for absolute Beginners](http://opentechschool.github.io/js-beginners-1/) Learn the basics in a day or two - what are variables, objects, arrays, loops, functions and how to use all that
- [freeCodeCamp](https://www.freecodecamp.org/learn/) Go through the 300 hours JavaScript Algorithms and Data Structures Certification to get a solid JavaScript foundation
### Books (available online)
-- [Eloquent JavaScript](https://eloquentjavascript.net/) A book about JavaScript programming, covering all the basic and a lot of advanced topics.
\ No newline at end of file
+- [Eloquent JavaScript](https://eloquentjavascript.net/) A book about JavaScript programming, covering all the basic and a lot of advanced topics.
+
+## General Computer Science
+- [CS50's Introduction to Computer Science](https://www.edx.org/course/cs50s-introduction-to-computer-science) An introduction to the intellectual enterprises of computer science and the art of programming.