readme: Fixup typo

Reported in GH#775.
This commit is contained in:
James Shubin
2024-09-19 13:22:00 -04:00
parent b9e093cd6b
commit 87b3dda867

View File

@@ -15,8 +15,8 @@
`Mgmt` is a real-time automation tool. It is familiar to existing configuration
management software, but is drastically more powerful as it can allow you to
build real-time, closed-loop feedback systems, in a very safe way, and with a
surprisingly small amout of our `mcl` code. For example, the following code will
ensure that your file server is set to read-only when it's friday.
surprisingly small amount of our `mcl` code. For example, the following code
will ensure that your file server is set to read-only when it's friday.
```mcl
import "datetime"