From 849b5323a8a93979da329e4397f4780b31674c54 Mon Sep 17 00:00:00 2001 From: Hessam Date: Wed, 13 Jul 2022 18:54:35 +0430 Subject: [PATCH] fix incorrect word: three -> four --- readMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index 8fc639c..0791948 100644 --- a/readMe.md +++ b/readMe.md @@ -319,7 +319,7 @@ Open the Visual Studio Code by double-clicking its icon. When you open it, you w ## Adding JavaScript to a Web Page -JavaScript can be added to a web page in three different ways: +JavaScript can be added to a web page in four different ways: - **_Inline script_** - **_Internal script_**