From 2540a03259fc62fe15f47e85c20b2eedd5af66de Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 3 Aug 2021 23:22:14 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 751486d..9ddbd25 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Modest — a pure C HTML renderer [![Build Status](https://travis-ci.org/lexborisov/Modest.svg?branch=master)](https://travis-ci.org/lexborisov/Modest) -[![Coverity Scan Build Status](https://scan.coverity.com/projects/11105/badge.svg)](https://scan.coverity.com/projects/lexborisov-modest) -[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=L59E49K2NVUHE) Modest is a fast HTML renderer implemented as a pure C99 library with no outside dependencies. -* IRC: [#lexbor on `irc.freenode.net `](http://webchat.freenode.net?channels=%23lexbor) +### Important announcement! + +Please use the [lexbor](https://github.com/lexbor/lexbor). It is stable, has more features, and — yes — it's very fast. ## Now