We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfa9b1a + cc9d5f2 commit e7d4436Copy full SHA for e7d4436
README.md
@@ -112,13 +112,13 @@ make
112
After building the project, you can run the example binaries with:
113
114
```bash
115
-dune exec examples/<example>.exe
+dune exec example/<example>.exe
116
```
117
118
For instance, to run the `confirm.ml` example, you can type:
119
120
121
-dune exec examples/confirm.exe
+dune exec example/confirm.exe
122
123
124
### Building documentation
@@ -146,7 +146,7 @@ The following snippet describes Inquire's repository structure.
146
147
```text
148
.
149
-├── examples/
+├── example/
150
| Source for inquire's examples. This links to the library defined in `lib/`.
151
│
152
├── lib/
0 commit comments