From 749dc61f85d4adbd2abb321fd4b93f2dc10078af Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 26 Feb 2015 19:49:54 +0000 Subject: [PATCH] JSON and the agro-noughts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddd19053..38c7e6bc 100755 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ An Object containing nested boolean values representing the available input and output formats/methods, for example: -```json +```javascript { jpeg: { id: 'jpeg', input: { file: true, buffer: true, stream: true }, output: { file: true, buffer: true, stream: true } },