Browse Source

docs(read_file): change file to file name

pull/1782/head
miguel 1 year ago committed by MSilva95
parent
commit
212c7a749f
  1. 2
      subjects/devops/read_file/README.md

2
subjects/devops/read_file/README.md

@ -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:

Loading…
Cancel
Save