From a368b72d6e11e649e6435f65d442aa87c4016c50 Mon Sep 17 00:00:00 2001 From: lestrrat <49281+lestrrat@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:00:18 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 066c2a3..aa31769 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # libxml2 + +**NOTICE**: Instead of making people use this library while wondering if this module is ever going to be modified any time soon, I've opted to archive it. I may come back to it later, but for the time being I have no motivation or pressing need to work on this project. + + + Interface to libxml2, with DOM interface. [![Build Status](https://travis-ci.org/lestrrat-go/libxml2.svg?branch=master)](https://travis-ci.org/lestrrat-go/libxml2)