Skip to content

Commit f769093

Browse files
authored
correct the typo in the documents (#3471)
There is a typo "buid" in the document, correction to "build"
1 parent 1177e3a commit f769093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ build_demos_msvc.bat VS2019
253253
```
254254
255255
By default, the demo applications binaries are build into the `C:\Users\<username>\Documents\Intel\OpenVINO\omz_demos_build\intel64\Release` directory.
256-
The default build folder can be changed with `-b` option. For example, following command will buid Open Model Zoo demos into `c:\temp\omz-demos-build` folder:
256+
The default build folder can be changed with `-b` option. For example, following command will build Open Model Zoo demos into `c:\temp\omz-demos-build` folder:
257257
258258
```bat
259259
build_demos_msvc.bat -b c:\temp\omz-demos-build

0 commit comments

Comments
 (0)