From 64434f170293f28a78990a2f77af71af3dee9a30 Mon Sep 17 00:00:00 2001 From: Sara <sarasdj@stud.ntnu.no> Date: Wed, 15 May 2024 10:22:58 +0200 Subject: [PATCH] add: contributors to readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a944b9fc..e21145f8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ This software was developed at NTNU as part of a Bachelor thesis for the municip * [Known bugs](#known-bugs) * [Application](#application) * [Application dependencies](#application-dependencies) -* [Developers](#devleopers) +* [Contributors](#contributors) + * [Developers](#developers) + * [Third party software](#third-party-software) # IceMap software license The IceMap software was produced by Joakim Aleksandersen, @@ -219,6 +221,10 @@ pubspec.yaml file, each with a comment explaining the dependencies usage. To install all the dependencies, simply run ```flutter pub get``` inside the app directory. -# Developers +# Contributors +## Developers This software was developed by Joakim Aleksandersen, Sara Savanovic Djordjevic, -and Hoa Ben The Nguyen. \ No newline at end of file +and Hoa Ben The Nguyen. + +## Third-Party Software +ModelFromNVE is a third party software provided by the Norwegian Energy Regulatory Authority. \ No newline at end of file -- GitLab