diff --git a/README.html b/README.html
deleted file mode 100644
index 5b43dae2c..000000000
--- a/README.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
A demo app in node.js illustrating CURD operations using Express, mongoose and Jade
-
-
-
Steps
-
- - Install mongodb : sudo apt-get install mongodb
- - Install node.js : https://github.com/joyent/node
- - Install npm : curl http://npmjs.org/install.sh | sh
- - git clone git://github.com/madhums/nodejs-express-mongoose-demo.git noobjs
- - cd noobjs
- - npm install
- - node app.js
- - http://localhost:3000/
-
-
diff --git a/README.rdoc b/README.rdoc
new file mode 100644
index 000000000..3e762a7f3
--- /dev/null
+++ b/README.rdoc
@@ -0,0 +1,11 @@
+=A demo app in node.js illustrating CURD operations using Express, mongoose and Jade
+
+==Steps
+ Install mongodb : sudo apt-get install mongodb
+ Install node.js : https://github.com/joyent/node
+ Install npm : curl http://npmjs.org/install.sh | sh
+ git clone git://github.com/madhums/nodejs-express-mongoose-demo.git noobjs
+ cd noobjs
+ npm install
+ node app.js
+ http://localhost:3000/