Skip to content

Commit 32a3bf7

Browse files
committed
Fixed path for examples
1 parent 55dbdcc commit 32a3bf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ A Rust implementation of the [LightDock](https://lightdock.org) macromolecular s
1818

1919
## Examples
2020

21-
Several examples can be found in the `examples` folder.
21+
Several examples can be found in the `example` folder.
2222

2323
### 1k4c
2424

2525
```
26-
cd examples/1k4c
26+
cd example/1k4c
2727
time ../../target/release/lightdock-rust setup.json initial_positions_0.dat 100
2828
2929
...
@@ -36,7 +36,7 @@ sys 0m1.595s
3636
### 1ppe
3737

3838
```
39-
cd examples/1ppe
39+
cd example/1ppe
4040
time ../../target/release/lightdock-rust setup_1ppe.json initial_positions_0.dat 100
4141
4242
...
@@ -49,7 +49,7 @@ sys 0m0.484s
4949
### 2uuy
5050

5151
```
52-
cd examples/2uuy
52+
cd example/2uuy
5353
time ../../target/release/lightdock-rust setup.json initial_positions_0.dat 100
5454
5555
...

0 commit comments

Comments
 (0)