From 97b782ec14dc9dda42d81aeefad656e11ee1a57f Mon Sep 17 00:00:00 2001 From: Tomasz Ducin <tomasz.ducin@gmail.com> Date: Wed, 6 May 2015 11:57:47 +0200 Subject: [PATCH] uppercase headers in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10a933f3..2d7134de 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Use [JSON Schema](http://json-schema.org/) along with fake generators to provide consistent fake data for your system. Note that `json-schema-faker` supports (currently) the JSON-Schema specification **draft-04** only. -## install +## Install Install `json-schema-faker` with npm: npm install json-schema-faker --save-dev -## example usage +## Example usage ```javascript var jsf = require('json-schema-faker'); -- GitLab