diff --git a/README.md b/README.md index c64c951..4a3a44b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # libxmljs-extra -Library of functions to complement [libxmljs](https://github.com/libxmljs/libxmljs). +Library to complement [libxmljs](https://github.com/libxmljs/libxmljs) and especially make namespaces easier to deal with. ```JS const { Document } = require('libxmljs-extra'); diff --git a/package.json b/package.json index afbf926..fc740ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libxmljs-extra", "version": "1.0.0", - "description": "Library of functions to complement libxmljs.", + "description": "Library to complement libxmljs and especially make namespaces easier to deal with.", "main": "index.js", "scripts": { "test": "mocha"