diff --git a/subjects/0-shell/README.md b/subjects/0-shell/README.md index 828ae1d3..f19b2f4d 100644 --- a/subjects/0-shell/README.md +++ b/subjects/0-shell/README.md @@ -28,7 +28,7 @@ For this project you will only have to create a simple `Unix shell` where you ca - mkdir - exit - You must manage the program interruption `Ctrl + D`. -- The project has to be written in a compiled language like (C, Rust, Go or other), **interpreted languages like (Perl and others) are not allowed**. +- The project has to be written in a compiled language (like C, Rust, Go or other), **interpreted languages like (Perl and others) are not allowed**. - The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/) This project will help you learn about: