Skip to content

Commit bfdd644

Browse files
committed
formatted json
1 parent 409c633 commit bfdd644

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,15 @@ You can install these libraries by running the following command:
3434

3535
2. Create a `stocks.json` file in the root directory with the following structure:
3636
```json
37-
[ { "ticker": "JPM", "date_index": 0, "option_type": "calls", "min_overpriced": 0.14, "min_oi": 400.0 } ]
37+
[
38+
{
39+
"ticker": "JPM",
40+
"date_index": 0,
41+
"option_type": "calls",
42+
"min_overpriced": 0.14,
43+
"min_oi": 400.0
44+
}
45+
]
3846
```
3947

4048
## Usage

0 commit comments

Comments
 (0)