From f19c5d10498e214b8323fff9e5eab77cbb7eebff Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Thu, 3 Aug 2017 11:45:51 +0000 Subject: [PATCH] Fix typo in README Closes #165 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f65e59..23c3ca1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ STDOUT. Check the README there for more details and usages. * `keyLength` - the length of the keys to user (default 10) * `maxLength` - maximum length of a paste (default none) * `staticMaxAge` - max age for static assets (86400) -* `recompressStatisAssets` - whether or not to compile static js assets (true) +* `recompressStaticAssets` - whether or not to compile static js assets (true) * `documents` - static documents to serve (ex: http://hastebin.com/about.com) in addition to static assets. These will never expire. * `storage` - storage options (see below)