From a29c4d37fb66cf79115015af19a0332b7c49da2a Mon Sep 17 00:00:00 2001 From: "Rodolfo M. Raya" Date: Fri, 24 Nov 2023 08:30:44 -0300 Subject: [PATCH] Updated README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 915c8d2..2ab59b1 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ Class `DOMBuilder` implements the `ContentHandler` interface and builds a DOM tr * Support for XML Schemas * Support for RelaxNG +## Installation + +```bash +npm install typesxml +``` + ## Example ```TypeScript