diff --git a/README.md b/README.md index 3548843..f3a1792 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,7 @@ specific function (or method) call: - `js(...)` - `css(...)` - - -This function may be a noop. Perhaps it could do something useful, e.g. trimming whitespaces or logging. +This function may be a noop like the Python's `typing.cast()`. Perhaps it could do something useful, e.g. trimming whitespaces or logging. ```python def html(s: str): diff --git a/sample.png b/sample.png index b9a68ca..8466fbd 100644 Binary files a/sample.png and b/sample.png differ