From 713db670e6dabd41382c1236edfa049e6d740894 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sat, 25 Nov 2017 15:36:55 -0800 Subject: [PATCH] docs --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d8a2c82..dd13175 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ ## What? -node-prune is a small tool to prune unnecessary files from ./node_modules, such as markdown, typescript source files, and so on. +node-prune is a small tool to prune unnecessary files from ./node_modules, such as markdown, typescript source files, and so on. Primarily built for [Up](https://github.com/apex/up) which lets you deploy serverless web applications in seconds. ## Installation