From d3ea6e61b70bf6bf8173f35ce0b3abbd264f24aa Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 29 Oct 2020 14:17:32 +0100 Subject: Added echo edge case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e788d48..dc37b49 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Test for the minishell project of school 42. ## Usage -The default path to your project is `..` but you can change it the the [configuration](src/config.py). +The default path to your project is `../minishell` but you can change it the the [configuration](src/config.py). ```sh $ ./run # run all tests -- cgit