From ed8c740b40de789d99d345b511e81e9f3d8ad228 Mon Sep 17 00:00:00 2001 From: "W. Elizabeth Chapin" Date: Wed, 22 Jun 2016 20:12:25 -0700 Subject: [PATCH] Update README.md Fixed line 30 to read: JavaScript is **NOT** Java. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c991e..fb37a0e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Making its first appearance in 1995, JavaScript was created by an engineer at Ne JavaScript allows web pages to do more than just “sit there." You can animate, calculate, etc. - you can do it all! It is a great programming bridge between “design” and “development” that allows for endless creativity. -Common confusion: JavaScript is **NOT** JavaScript. They are largely different programming languages and should not be confused with one another. +Common confusion: JavaScript is **NOT** Java. They are largely different programming languages and should not be confused with one another. ### A Quick Mini-Tutorial