From 3136b57fdb21907a947e099d4102d2c00c985879 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Fri, 4 Oct 2019 10:48:52 +0200 Subject: [PATCH] Updated README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58259c0..fb3efed 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![License](https://img.shields.io/pypi/l/python-benedict.svg)](https://img.shields.io/pypi/l/python-benedict.svg) # python-benedict -python-benedict is a dict subclass with **keypath** support, **I/O** shortcuts (BASE64, JSON, TOML, XML, YAML) and many **utilities**... for humans, obviously. +python-benedict is a dict subclass with **keypath** support, **I/O** shortcuts (Base64, JSON, TOML, XML, YAML) and many **utilities**... for humans, obviously. ## Index - [Features](#features) @@ -70,7 +70,7 @@ python-benedict is a dict subclass with **keypath** support, **I/O** shortcuts ( ## Features - Full **keypath** support *(using the dot syntax by default)* -- Easy **I/O operations** with most common formats: `json`, `toml`, `xml`, `yaml` +- Easy **I/O operations** with most common formats: `Base64`, `JSON`, `TOML`, `XML`, `YAML` - Many **utility** and **parse methods** to retrieve data as needed *(all methods listed below)* - Well **tested**, check the badges ;) - 100% **backward-compatible** *(you can replace existing dicts without pain)*