From 85f7177cc9fbc4edc7b979fe074343c47b06524c Mon Sep 17 00:00:00 2001 From: Brett Vickers Date: Sat, 2 Feb 2019 11:07:17 -0800 Subject: [PATCH] Update README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2855843..08ec26b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ etree The etree package is a lightweight, pure go package that expresses XML in the form of an element tree. Its design was inspired by the Python [ElementTree](http://docs.python.org/2/library/xml.etree.elementtree.html) -module. Some of the package's features include: +module. + +Some of the package's capabilities and features: * Represents XML documents as trees of elements for easy traversal. * Imports, serializes, modifies or creates XML documents from scratch.