Update README.md

This commit is contained in:
AJ ONeal 2015-12-19 10:18:54 -08:00
parent 07039a8407
commit 35f68ee6d3
1 changed files with 3 additions and 1 deletions

View File

@ -23,12 +23,14 @@ Into this kind of thing:
(comments are stored in meta-data keys `__lines` and `__keys`) (comments are stored in meta-data keys `__lines` and `__keys`)
## Install & Usage ## Install
```bash ```bash
npm install --save pyconf npm install --save pyconf
``` ```
## Usage
```javascript ```javascript
var pyconf = require('pyconf'); var pyconf = require('pyconf');