From 959f7c97d2b368159f961336a76f4ac10fc9d5dd Mon Sep 17 00:00:00 2001 From: Harrison Ifeanyichukwu Date: Sat, 18 Aug 2018 10:26:15 +0100 Subject: [PATCH] docs: add project maintainer readme section --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d20b5f5..157e5e4 100644 --- a/README.md +++ b/README.md @@ -1014,4 +1014,10 @@ XPath.selectNode('st:students/st:student/st:name', xmlDoc, namespaces); //run selection from the documentElement context XPath.selectNodes('st:students/st:student/st:name', xmlDoc.documentElement, namespaces); -``` \ No newline at end of file +``` + +## About Project Maintainers + +This project is maintained by [harrison ifeanyichukwu](mailto:harrisonifeanyichukwu@gmail.com), a young, passionate full stack web developer, an [MDN](https://developer.mozilla.org/en-US/profiles/harrison-ifeanyichukwu) documentator, maintainer of w3c [xml-serializer](https://www.npmjs.com/package/@harrison-ifeanyichukwu/xml-serializer) project, node.js [R-Server](https://github.com/harrison-ifeanyichukwu/r-server), [Rollup-all](https://www.npmjs.com/package/rollup-all) one-time [Rollup.js](https://rollupjs.org/guide/en) build tool and other amazing projects. + +He is available for hire, ready to work on amazing `PHP`, `Node.js`, `React`, `Angular`, `HTML5`, `CSS`. Looks forward to hearing from you soon!!! \ No newline at end of file