change readme

This commit is contained in:
Mark 2023-10-19 18:48:27 +02:00
parent 6669c8343b
commit 1cb84fea43

View File

@ -24,7 +24,6 @@ Everything else is implemented as a function.
### Types and Safety
Mers is built around a type-system where a value could be one of multiple types.
Dynamic typing allows you to do:
```
x := if condition { 12 } else { "something went wrong" }
```