From 85bc33272f045f1a41e637e057314f8997b5d14d Mon Sep 17 00:00:00 2001 From: Sundeep Agarwal Date: Sat, 3 Feb 2024 12:52:54 +0530 Subject: [PATCH] updated book title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4d325f..3dfa4c3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Free to read online versions: * [Understanding Python re(gex)?](https://learnbyexample.github.io/py_regular_expressions/) * [Understanding JavaScript RegExp](https://learnbyexample.github.io/learn_js_regexp/) -* [Ruby Regexp](https://learnbyexample.github.io/Ruby_Regexp/) +* [Understanding Ruby Regexp](https://learnbyexample.github.io/Ruby_Regexp/) * [CLI text processing with GNU grep and ripgrep](https://learnbyexample.github.io/learn_gnugrep_ripgrep/) * [CLI text processing with GNU sed](https://learnbyexample.github.io/learn_gnused/) * [CLI text processing with GNU awk](https://learnbyexample.github.io/learn_gnuawk/)