diff --git a/README.md b/README.md
index 7dbb78e3c66118568fa1706117eb8aca7f23ac5c..4f00be105d4bef110961d445a624b3caa763e984 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,9 @@ A software framework for implementing semantic portals. The following portals us
 
 ## Requirements
 
-[Node.js® -- a JavaScript runtime built on Chrome's V8 JavaScript engine.](https://nodejs.org/en/) (tested with 10.15.3 LTS)
-[Nodemon -- monitor for any changes in your source and automatically restart your server](https://nodemon.io/)
+* [Node.js® -- a JavaScript runtime built on Chrome's V8 JavaScript engine.](https://nodejs.org/en/) (tested with 10.15.3 LTS)
+
+* [Nodemon -- monitor for any changes in your source and automatically restart your server](https://nodemon.io/)
 
 If your home directory is mounted from a network drive, Node.js should
 be installed using Node Version Manager https://github.com/nvm-sh/nvm  
diff --git a/package.json b/package.json
index 478fd625eef4709b4c9aad94051ecc3ea987906b..fe948b7da0a51ae8b1ea8e2543accd2ed3495ba7 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,8 @@
   },
   "author": "Esko Ikkala",
   "contributors": [
-    "Erkki Heino"
+    "Erkki Heino",
+    "Heikki Rantala"
   ],
   "license": "MIT",
   "devDependencies": {