Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Fixed Typo in Headline #6

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ The following environment variables can be passed:
- opencvLibDir
- opencvBinDir

## Disabeling installation of prebuilt OpenCV
## Disabling installation of prebuilt OpenCV

By default opencv4nodejs-prebuilt will install a prebuilt version of OpenCV for the current platform via @nut-tree/opencv-build-(win32/linux/darwin).
If you want to disable this behaviour (to e.g. provide your own OpenCV build), set the following environment variable:
Expand All @@ -215,4 +215,4 @@ If you want to disable this behaviour (to e.g. provide your own OpenCV build), s
export OPENCV4NODEJS_PREBUILT_SKIP_DEPENDENCIES=1
# on windows:
set OPENCV4NODEJS_PREBUILT_SKIP_DEPENDENCIES=1
```
```