aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-29 14:17:32 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-10-29 14:17:32 +0100
commitd3ea6e61b70bf6bf8173f35ce0b3abbd264f24aa (patch)
treeb0ad7fee627904811062b4d3a7e8cf041c5ac45a /README.md
parent5d701e1c3c4e90211fa4d85787452a9eb46cf15f (diff)
downloadminishell_test-d3ea6e61b70bf6bf8173f35ce0b3abbd264f24aa.tar.gz
minishell_test-d3ea6e61b70bf6bf8173f35ce0b3abbd264f24aa.tar.bz2
minishell_test-d3ea6e61b70bf6bf8173f35ce0b3abbd264f24aa.zip
Added echo edge case
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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