Update README.md

This commit is contained in:
Christopher Fremond 2021-07-02 18:46:03 +01:00 committed by GitHub
parent 1668179e90
commit 085b4c5b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Write a **program** that prints the corresponding letter in the `n` position of
For example `1` matches `a`, `2` matches `b`, etc. If `n` does not match a valid position of the alphabet or if the argument is not an integer, the **program** should print a space (" ").
A flag `--upper` should be implemented. When used the program prints the result in upper case. The flag will always be the first argument.
A flag `--upper` should be implemented. When used, the program prints the result in upper case. The flag will always be the first argument.
### Usage