Skip to content

Commit 7407d7d

Browse files
committed
Fix type in README.md
1 parent fa49df2 commit 7407d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To sample trajectories with our method, we provide ready to go config files in `
8888
```bash
8989
python main.py --config configs/toy/mueller_single_gaussian.yaml
9090
python main.py --config configs/toy/dual_channel_single_gaussian.yaml
91-
python main.py --config configs/toy/dual_channel_two_gaussian.yaml
91+
python main.py --config configs/toy/dual_channel_two_gaussians.yaml
9292
```
9393

9494
for the toy examples and

0 commit comments

Comments
 (0)