#1
authoradam <anton@adamansky.com>
Mon, 5 Nov 2012 17:51:00 +0000 (00:51 +0700)
committeradam <anton@adamansky.com>
Mon, 5 Nov 2012 17:51:00 +0000 (00:51 +0700)
README.md

index 67e24ec..092de57 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,9 +24,10 @@ Documentation
 ================================
 
 * **[NodeJS binding](#nodejs-binding)**
+    * [Installation](#installation)
     * [EJDB NodeJS API](#ejdb-nodejs-api)
 * **[EJDB C Library](#ejdb-c-library)**
-
+    * [Building & Installation](#building--installation)
 
 
 NodeJS binding
@@ -98,7 +99,8 @@ On Debian/Ubuntu linux you can install it as follows:
 ```
 
 **Installation from node package manager:**
- ```npm install ejdb```
+
+    npm install ejdb
 
 
 EJDB NodeJS API