Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliarobles authored Oct 29, 2024
1 parent 85b957f commit 3f796b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ This block will be executed in an sandbox and will receive as input a JSON objec

```json
{
"01PHD.LMNN4001.PV": [0.43, 0.32],
"01PHD.LMLC4028.PV": [0.23, 0.54],
"01PHD.LMLC4401.PV": [0.10, 0.90]
"tag1": [0.43, 0.32],
"tag2": [0.23, 0.54],
"tag3": [0.10, 0.90]
}
```

Expand Down

0 comments on commit 3f796b2

Please sign in to comment.