Skip to content

Commit 0a3a773

Browse files
Update README.md
1 parent 8d4d481 commit 0a3a773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
A C++ program to blur a video captured with OpenCV.
66

7-
_NOTE: This program will only compile in Linux environment. To run in Windows, run the filename in cmd. Alternatively, compile in Windows by making suitable changes to the code._
7+
_NOTE: This program will only compile in Linux environment. To run in Windows, run filename in cmd. Alternatively, compile in Windows by making suitable changes to the code._
88

99
## Instructions for Use
1010

1111
Run `g++ ­Blur Video.cpp`, followed by the command `./blur_vid`.
1212

13-
NOTE: The video file captured must br in the same directory as the program file.
13+
NOTE: The video file captured must be in the same directory as the program file.

0 commit comments

Comments
 (0)