JSON and the agro-noughts

This commit is contained in:
Lovell Fuller 2015-02-26 19:49:54 +00:00
parent c7ccf6801d
commit 749dc61f85

View File

@ -233,7 +233,7 @@ An Object containing nested boolean values
representing the available input and output formats/methods, representing the available input and output formats/methods,
for example: for example:
```json ```javascript
{ jpeg: { id: 'jpeg', { jpeg: { id: 'jpeg',
input: { file: true, buffer: true, stream: true }, input: { file: true, buffer: true, stream: true },
output: { file: true, buffer: true, stream: true } }, output: { file: true, buffer: true, stream: true } },