Skip to content

Commit 72e25ac

Browse files
committed
README.md: fix typo
1 parent 9b9e7e8 commit 72e25ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This is the simplest way on Linux and macOS from the command line.
3939
* Typically, you `cd` into an example directory and run `./build.sh` (each example has its own `build.sh`).
4040
* Once the build is done, you can run the example: the executable is in the `build/` directory and its path is printed to the console during the build.
4141
* Run `./build.sh run` to build and run the example in one step.
42-
* The `./build.sh` also accepts `--clear` as the first argument to clear the build directory before building.
42+
* The `./build.sh` also accepts `--clean` as the first argument to clear the build directory before building.
4343

4444
### Build within IDEs (CMake)
4545

0 commit comments

Comments
 (0)