voxpupuli / json-schema

Ruby JSON Schema Validator
MIT License
1.54k stars 243 forks source link

Reformatted the examples to make them easier to read #316

Closed iainbeeston closed 8 years ago

iainbeeston commented 8 years ago

There are a large number of examples in the readme. I find them really hard to read and learn from.

In this PR I've gone through all the examples in the readme, checked that the examples work, and reorganised them into two sections:

  1. Basic usage
  2. Optional flags

Both sections are working code examples.

RST-J commented 8 years ago

:+1: