From d62137a8963f061bf41943d54f39ea89502b05c8 Mon Sep 17 00:00:00 2001 From: Erjan Kalybek <4899432+erjanmx@users.noreply.github.com> Date: Sat, 13 Feb 2021 13:20:14 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e902d18..da083ae 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A lightweight erlang runtime. No processes are started by the init process. No modules other than a small see runtime are loaded. You define a module with a `main` function which is called. -Upon completion of the main funtion the process stops. +Upon completion of the main function the process stops. Such a main function can start supervision trees and other long lived processes.