From 86b6a50b80d1113d0417618a76d06ea5dc729b18 Mon Sep 17 00:00:00 2001 From: Satoru SATOH Date: Tue, 2 Jun 2015 20:35:39 +0900 Subject: [PATCH] minor expression updates --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3a2383ab..f2321526 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,7 @@ Current supported configuration file formats are: * JSON with ``json`` or ``simplejson`` * YAML with ``PyYAML`` * Ini with ``configparser`` +* ConifgObj with ``configobj`` * XML with ``lxml`` or ``ElementTree`` (experimental) * Other formats some pluggale backends support (see the next sub section) @@ -76,8 +77,8 @@ Supported configuration formats * XML with ``lxml`` [#]_ or ``ElementTree`` (experimental) * Other formats some pluggale backends support (see the next sub section) -Anyconfig utilizes plugin mechanism provided by setuptools [#]_ and -I wrote a few backend plugin modules as references: +And anyconfig utilizes plugin mechanism provided by setuptools [#]_ and I wrote +a few backend plugin modules as references: * Java properties file w/ pyjavaproperties [#]_ (experimental):