aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Vickers <brett@beevik.com>2019-02-02 11:07:17 -0800
committerBrett Vickers <brett@beevik.com>2019-02-02 11:07:17 -0800
commit85f7177cc9fbc4edc7b979fe074343c47b06524c (patch)
tree0b1ab88696ddcd99827cbae9a31b2349829ea4ce
parent8768bb06b0b719f5c7c49e7486d7003791916685 (diff)
downloadgo-etree-85f7177cc9fbc4edc7b979fe074343c47b06524c.tar.gz
Update README.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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.