Browse Source

Merge pull request #976 from Aamsua/patch-1

Update README.md
pull/979/head
Ihab 3 years ago committed by GitHub
parent
commit
8d4a9432d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/is-winner/README.md

2
subjects/is-winner/README.md

@ -5,7 +5,7 @@
Create a function `isWinner` that, by making use of `winners` "API", should
return a resolved Promise with the string:
- `<country> + ' never was a winner'`, if the country passed in `isWinner` has never won a the FIFA World Cup
- `<country> + ' never was a winner'`, if the country passed in `isWinner` has never won the FIFA World Cup
- `<country> + ' is not what we are looking for because of the continent'`,
if the country passed in `isWinner` is not from the european

Loading…
Cancel
Save