Update README.md

This commit is contained in:
Toussaint Louis 2023-01-18 15:30:08 +01:00 committed by Dav Hojt
parent a1a27fe0f5
commit a997271b03
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Create a script `set-env-vars.sh`, which will allow you to set the following variables as environment variables and and print only the ones you created:
Create a script `set-env-vars.sh`, which will allow you to set the following variables as environment variables and print only the ones you created:
- `MY_MESSAGE` which contains the string `"Hello World"`.
- `MY_NUM` which contains the number `100`.