scrapy-plugins / scrapy-jsonschema

Scrapy schema validation pipeline and Item builder using JSON Schema
BSD 3-Clause "New" or "Revised" License
44 stars 12 forks source link

Fix boolean value representation on schema in README #4

Closed stummjr closed 7 years ago

stummjr commented 7 years ago

A boolean value is misrepresented in a dict in the README file.

codecov-io commented 7 years ago

Codecov Report

Merging #4 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #4   +/-   ##
=======================================
  Coverage   90.56%   90.56%           
=======================================
  Files           3        3           
  Lines          53       53           
  Branches        8        8           
=======================================
  Hits           48       48           
  Misses          3        3           
  Partials        2        2

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5467114...c5001ef. Read the comment docs.

redapple commented 7 years ago

Good catch @stummjr !