diff --git a/subjects/skiptheline/README.md b/subjects/skiptheline/README.md index 6a1feef9..b6bb7727 100644 --- a/subjects/skiptheline/README.md +++ b/subjects/skiptheline/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that receives a string and a slice of strings. Return a new slice with the given string prepended. +Write a function that takes a string and a slice of strings, this function will return a new slice of sting with the given string prepended ### Expected function