From ca1c67e4beda072f1d8be807ef8dbfbd89160c13 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Sat, 7 Sep 2024 15:21:02 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25ae9b2..8a809cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![image](https://github.com/user-attachments/assets/9d56a2de-b41a-49a0-b724-f5a948e449fc) +![image](https://github.com/user-attachments/assets/36707556-b447-4e3e-820a-ed011182f2e0) # shell - cross-platform bash compatible shell @@ -34,3 +34,7 @@ cargo r # To run a script cargo r -- -f ./scripts/hello_world.sh ``` + +## License + +The project is licensed under the MIT License. It is an extension of the existing `deno_task_shell` project (also licensed under the MIT License, by the authors of `deno`).