Skip to content

Commit 84e68ab

Browse files
committed
fix: Update example usage instructions in README.md
1 parent 6c37f8d commit 84e68ab

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,14 @@ The following core components are implemented and functional:
8181

8282
### Running the Example
8383

84-
After a successful build, you can run the example application:
84+
After a successful build, you can run the examples provided in the `examples` directory. The build process will generate executables in the `build` directory.:
8585

8686
```bash
87-
./build/example_usage
87+
./build/example_1
88+
```
89+
and
90+
```bash
91+
./build/example_2
8892
```
8993

9094
## 🧪 Usage Example

0 commit comments

Comments
 (0)