From 89bd6b332cf530ab1df245f820b15d9b72ba4abe Mon Sep 17 00:00:00 2001 From: JalonSolov Date: Fri, 27 Dec 2024 12:24:01 -0500 Subject: [PATCH] remove link to deleted repo (#237) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a64862a..e4a1496 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,6 @@ - [read_xlsx_v](https://github.com/fanlia/read_xlsx_v) - Read xlsx using vlang. - [Rosie-RPL](https://github.com/jdonnerstag/vlang-rosie) - A Rosie Pattern Language (RPL) implementation. - [slugify](https://github.com/einar-hjortdal/slugify) - Transform Unicode strings to url-friendly human-readable ASCII slugs. -- [strfmt](https://github.com/BenStigsen/strfmt) - Tiny and fast string formatting library ideal for templating. - [text-processing](https://github.com/ArtemkaKun/text-processing) - V text processing library, that contains common tools to manipulate text data. - [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V. - [vxml](https://github.com/i582/vxml) - Pure V library for parsing XML to a DOM.