From 35f68ee6d3d18b399ae5848aa73b9b691acb9683 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 19 Dec 2015 10:18:54 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e9ba3..d40c243 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,14 @@ Into this kind of thing: (comments are stored in meta-data keys `__lines` and `__keys`) -## Install & Usage +## Install ```bash npm install --save pyconf ``` +## Usage + ```javascript var pyconf = require('pyconf');