From 1d08935a7bd48f2766ff18c0a8adea1e2b866d50 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 6 Apr 2023 12:52:34 +0200 Subject: [PATCH] Update README. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f7d6fc..0f523b8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ # python-benedict -python-benedict is a dict subclass with **keylist/keypath** support, **I/O** shortcuts (`base64`, `csv`, `ini`, `json`, `pickle`, `plist`, `query-string`, `toml`, `xls`, `xml`, `yaml`) and many **utilities**... for humans, obviously. +python-benedict is a dict subclass with **keylist/keypath/keyattr** support, **I/O** shortcuts (`base64`, `csv`, `ini`, `json`, `pickle`, `plist`, `query-string`, `toml`, `xls`, `xml`, `yaml`) and many **utilities**... for humans, obviously. ## Features - 100% **backward-compatible**, you can safely wrap existing dictionaries.