From 904cd2d46e77d34fca62eeddd8212e49b23a72dc Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Thu, 17 Nov 2022 16:59:04 +0000 Subject: [PATCH] tweak: add contributions section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ca803c7..f610cac 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,7 @@ Read the `nsnvm.sh` file, then execute it like: ``` Make sure that you pass it one argument and that it is a correct node version number: there is no error checking. You can check node versions [here](https://nodejs.org/dist/index.json) or [here](https://nodejs.org/en/download/releases/) + +## Contributions + +Contributions are welcome as long as they keep with the overall theme of simplicity. In particular, some small amount of error checking—e.g., checking that the version exists or that arguments aren't empy—would be fine.