From bce9d95c291687fd1bda0187596796b6d7abf8b1 Mon Sep 17 00:00:00 2001 From: Brandon Cheng Date: Mon, 13 May 2013 17:00:42 -0400 Subject: [PATCH] use github flavored markdown for javascript and bash --- README.md | 180 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 101 insertions(+), 79 deletions(-) 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