diff --git a/README.md b/README.md index 9d0e45c..3412f1a 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ index = .index() # Returns first index of item. Dictionary ---------- ```python - = .keys() # Collection of keys that reflects changes. - = .values() # Collection of values that reflects changes. - = .items() # Collection of key-value pairs. + = .keys() # Coll. of keys that reflects changes. + = .values() # Coll. of values that reflects changes. + = .items() # Coll. of key-value pairs. ``` ```python