diff --git a/README.md b/README.md index 8f9f69a6..02568cee 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ orchestration. So e.g. `Model[list[int]]()` is not just a run-time typesafe parser that contuniously makes sure that the elements in the list are, in fact, integers; the object can also be operated as a list using e.g. - `.append()`, `.insert()` and concatenation with the `+` operator; and furthermore: if you append a + `.append()`, `.insert()` and concatenation with the `+` operator; and furthermore: if you append an unparseable element, say `"abc"` instead of `"123"`, it will roll back the contents to the previously validated snapshot! - **Feb 3, 2023:** Documentation of the Omnipy API is still sparse. However, for examples of running