Skip to content

Commit 606f59c

Browse files
jesper-olsenrelf
andauthored
update README to match filenames in examples (#356)
Co-authored-by: Rémi Lafage <remi.lafage@onera.fr>
1 parent 1c459a8 commit 606f59c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algorithms/linfa-logistic/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ There are usage examples in the `examples/` directory.
1212

1313
To run the two-class example, use:
1414
```bash
15-
$ cargo run --example winequality
15+
$ cargo run --example winequality_logistic
1616
```
1717

1818
To run the multinomial example, use:
1919
```bash
20-
$ cargo run --example winequality_multi
20+
$ cargo run --example winequality_multi_logistic
2121
```
2222

2323
## License

0 commit comments

Comments
 (0)