From dbb9e081ba8a92dc7fbf63addf8dd977e1d93a9c Mon Sep 17 00:00:00 2001 From: Sander Remie Date: Fri, 24 Feb 2017 10:06:05 +0100 Subject: [PATCH] fix typo in `.image()` example --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4ea402bd..3279e9f1 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,6 @@ madge('path/to/app.js') .then((writtenImagePath) => { console.log('Image written to ' + writtenImagePath); }); -}); ``` # Configuration