Update README.md

Updated grammar mistakes to make instructions easier to read.
This commit is contained in:
Pav01Founders 2021-10-14 11:33:50 +01:00 committed by GitHub
parent 06078ec517
commit fe14f0ba6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Write a function that returns `true` if the `string` passed in parameter only contains uppercase characters, and that returns `false` otherwise.
Write a function that returns 'true' if the 'string' passed as parameter contains only the uppercase characters; returns 'false' otherwise.
### Expected function