From 8fbc644f728b6ef3fc82754eeeb59b95c478e7d3 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Sat, 5 Jun 2021 14:45:58 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28be8f9..9fd178b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ The design architecture was inspired and based on the linux kernel design. The p
-## Implementaion +## Implementation The programming language used for this project was Golang. The reason Go lang was chosen was because it is a compiled language. The entire codebase is just a single binary file. When distributing to other linux distributing the only requirement would be the binary file to run the code. It is easy to write independant modules and be monolithic at the sametime using Go. Using Go.mod makes it very easy to handle external libraries and modularise code. The go.mod name for the project is git.sr.ht/~akilan1999/p2p-rendering-computation. [Read more on the Implementation](Docs/Implementation.md)