Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down