From d08509ff7274f3133c5565082faf8f2c1df177e2 Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Wed, 30 Jun 2021 17:02:20 +0200 Subject: [PATCH] Remove "..." --- subjects/introduction/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/introduction/README.md b/subjects/introduction/README.md index 53ef9bca..01a79e3c 100644 --- a/subjects/introduction/README.md +++ b/subjects/introduction/README.md @@ -50,7 +50,7 @@ After that the `hello.sh` is executing correctly, it needs to be uploaded to the 2. `git commit -m "My very first commit"` 3. `git push` -Once these steps are applied, the file can now be submitted for grading on the platform by clicking on the "RUN INTRODUCTION TEST..." button. +Once these steps are applied, the file can now be submitted for grading on the platform by clicking on the "RUN INTRODUCTION TEST" button. This action will run the tests on your submitted `hello.sh` file.