docs(read_file): change file to file name

This commit is contained in:
miguel 2023-02-01 10:42:34 +00:00 committed by MSilva95
parent 1dbc49abbb
commit 212c7a749f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Create a file `read_file.py` which will have a function `get_recipes(file_name)` that takes a `file` as an argument.
Create a file `read_file.py` which will have a function `get_recipes(file_name)` that takes the `file name` as an argument.
Create another file `recipes_data.json` and paste the following content on it: