From 321a96df49024057ba10d2c0ca355885ee60a582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Mon, 9 Nov 2020 18:12:35 +0000 Subject: [PATCH] Update 'Readme.md' --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index eff7298..3b01093 100644 --- a/Readme.md +++ b/Readme.md @@ -145,11 +145,11 @@ The most common are the first two, while the others allow to build up a toolbox ## Binary executable ## - Binary executables are programs in the classical sense. A binary executable is created by compiling source code to machine code. This means that when you open the file in a text editor you cannot read it[^2]. +Binary executables are programs in the classical sense. A binary executable is created by compiling source code to machine code. This means that when you open the file in a text editor you cannot read it[^2]. ## Shell builtin ## - Shell builtins are command-line tools provided by the shell, which is Bash in our case. Examples include cd and help. These cannot be changed. Shell builtins may differ between shells. Like binary executables, they cannot be easily inspected or changed. +Shell builtins are command-line tools provided by the shell, which is Bash in our case. Examples include cd and help. These cannot be changed. Shell builtins may differ between shells. Like binary executables, they cannot be easily inspected or changed. ## Interpreted Script ##