diff --git a/subjects/panic/README.md b/subjects/panic/README.md index b9ef0e11..0cfa4101 100644 --- a/subjects/panic/README.md +++ b/subjects/panic/README.md @@ -2,8 +2,7 @@ ### Instructions -Write a **function** that tries to open a file and panics if the file -does not exist. +Create a **function** that tries to open a file and panics if the file does not exist. ### Expected Function