From a98f997bc2621d24aa5c0fd7365d6ce7c1d96705 Mon Sep 17 00:00:00 2001 From: zoevig <66307695+ZoeVig@users.noreply.github.com> Date: Thu, 18 Mar 2021 12:14:05 +0000 Subject: [PATCH] Fixed a typo --- subjects/0-shell/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: