commit 904cd2d46e77d34fca62eeddd8212e49b23a72dc
parent 07aead41d4507e9f0750cf56e061c729a9372fe6
Author: NunoSempere <nuno.sempere@protonmail.com>
Date: Thu, 17 Nov 2022 16:59:04 +0000
tweak: add contributions section
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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.