From 2652bd6785576d314b9206dbc4737c14008e0038 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 13 Jul 2023 15:49:00 +0900 Subject: [PATCH] Update README.md about regex syntax link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87226eb..b04aaed 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ for the output text, and the color will be left unspecified (usually defaulting to white). For a reference of what kind of regex is supported, -[see this page](https://docs.rs/regex/1.6.0/regex/index.html#syntax). +[see this page](https://docs.rs/regex/1.9.1/regex/index.html#syntax). ## Net graph