diff --git a/README.md b/README.md index cbfb31f..ca3578d 100755 --- a/README.md +++ b/README.md @@ -13,31 +13,31 @@ You'll need OpenCV 2.3.1 installed. Then: - - npm install opencv - +```bash +$ npm install opencv +``` Or to build the repo: - - node-gyp rebuild - +```bash +$ node-gyp rebuild +``` ## Examples ### Face Detection - - cv.readImage("./examples/test.jpg", function(err, im){ - im.detectObject(cv.FACE_CASCADE, {}, function(err, faces){ - for (var i=0;i