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 ##