diff --git a/README.md b/README.md index 5cd0026..ebfffb9 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,8 @@ Set = set() .add() .update() -.clear() + |= {} + |= ``` ```python