Update README.md
This commit is contained in:
parent
07039a8407
commit
35f68ee6d3
|
@ -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');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue