From 708806b38beb142b6eb56696411f30cc1b00734f Mon Sep 17 00:00:00 2001 From: Elson Rodriguez Date: Tue, 6 Feb 2018 17:05:08 -0800 Subject: [PATCH] Fixes #20, Adding Serverless Support. Allows you to run nothing everywhere. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 74d2bc8..a9078e0 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,16 @@ $ I know right? +### Serverless + +No code works best nowhere, however you can also run it somewhere. + +``` +nc -l 80 > /dev/null +``` + +This way you can do the nothing you did nowhere everywhere. + ## Contributing You don't.