From 5753d9a281fb20226ffb5f317e14c541ff7f6cf0 Mon Sep 17 00:00:00 2001 From: Matt Swensen Date: Tue, 14 Feb 2017 07:33:00 -0700 Subject: [PATCH] Fixing a typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8bf756..2ce4770 100644 --- a/README.md +++ b/README.md @@ -126,8 +126,8 @@ To create your own template, create a JavaScript file that exports (CommonJS-sty // options is an object representing the original command-line args // passed to themer. This allows you to add special arguments that - // will apply only to your template. An example of this is allowing - // a themer user to specify custom resolutions for rending a wallpaper. + // will apply only to your template. An example of this is allowing a + // themer user to specify custom resolutions for rendering a wallpaper. // This function should return an array of Promises, each Promise // resolving to an object of the following structure: