Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutaaron committed Mar 14, 2016
1 parent a5ac42c commit 4a6514b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Example config file
{
"field_names": ["Site name", "Address", "Zip", "Phone"],
"field_definition" : {"Site name" : {"type" : "String"},
"field_definitions" : {"Site name" : {"type" : "String"},
"Address" : {"type" : "String"},
"Zip" : {"type" : "String",
"Has Missing" : true},
Expand Down Expand Up @@ -136,7 +136,7 @@ Example config file
{
"field_names_1": ["name", "address", "city", "cuisine"],
"field_names_2": ["restaurant", "street", "city", "type"],
"field_definition" : {"name": {"type" : "String"},
"field_definitions" : {"name": {"type" : "String"},
"address": {"type" : "String"},
"city": {"type" : "String",
"Has Missing" : true},
Expand Down

0 comments on commit 4a6514b

Please sign in to comment.