Skip to content

Commit e7d4436

Browse files
authored
Merge pull request #4 from citizen428/citizen428/rename-examples
Rename directory to reflect docs
2 parents bfa9b1a + cc9d5f2 commit e7d4436

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ make
112112
After building the project, you can run the example binaries with:
113113

114114
```bash
115-
dune exec examples/<example>.exe
115+
dune exec example/<example>.exe
116116
```
117117

118118
For instance, to run the `confirm.ml` example, you can type:
119119

120120
```bash
121-
dune exec examples/confirm.exe
121+
dune exec example/confirm.exe
122122
```
123123

124124
### Building documentation
@@ -146,7 +146,7 @@ The following snippet describes Inquire's repository structure.
146146

147147
```text
148148
.
149-
├── examples/
149+
├── example/
150150
| Source for inquire's examples. This links to the library defined in `lib/`.
151151
152152
├── lib/

0 commit comments

Comments
 (0)