diff --git a/subjects/invert/README.md b/subjects/invert/README.md index 0f691b2e..80135de5 100644 --- a/subjects/invert/README.md +++ b/subjects/invert/README.md @@ -2,7 +2,7 @@ ### Instructions -Create a function called `invert` that inverts the object keys and values. +Create a function called `invert` that takes a object and returns it with its keys and values inverted. ### Notions