Browse Source

Indentation fix

pull/17/head
Matthew Holt 11 years ago
parent
commit
ee9699ff38
  1. 8
      README.md

8
README.md

@ -110,10 +110,10 @@ Here is the structure of an error: @@ -110,10 +110,10 @@ Here is the structure of an error:
{
type: "", // Either "Quotes" or "FieldMismatch"
code: "", // Standardized error code like "UnexpectedQuotes"
message: "", // Human-readable error details
line: 0, // Line of original input
row: 0, // Row index of parsed data where error is
index: 0 // Character index within original input
message: "", // Human-readable error details
line: 0, // Line of original input
row: 0, // Row index of parsed data where error is
index: 0 // Character index within original input
}
```

Loading…
Cancel
Save