docs(plus): give exact name of file

This commit is contained in:
eslopfer 2023-01-05 06:01:33 +00:00
parent b0168a28a7
commit 4ba8a4bb8a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
In this exercise, you will make a script that will take two arguments from the command line, add them and output the result.
In this exercise, you will make a script `plus.sh` that will take two arguments from the command line, add them and output the result.
### Usage