Skip to content

Commit a002fcd

Browse files
authored
Minor changes to apod_parser readme
1 parent 5171008 commit a002fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apod_parser/apod_parser_readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import apod_object_parser
1010
2. Now call the `get_data` function and pass the `nasa api key` as the argument. Note api_key is a string. The response returned will be a Dictionary. Now you can parse the dictionary too
1111

1212
```python
13-
response = apod_object_parser.get_data(<your_api_key>)
13+
response = apod_object_parser.get_data(##Pass In Your API key here)
1414
```
1515
### get_date
1616

0 commit comments

Comments
 (0)