From 10c9c5918edd5abff2f2826e97717de5d9cc3a3b Mon Sep 17 00:00:00 2001 From: Shreyas Minocha Date: Fri, 1 May 2020 19:23:59 +0530 Subject: [PATCH] Add site links to the readme --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0fb0691..13b6a43 100644 --- a/readme.md +++ b/readme.md @@ -1,15 +1,17 @@ -# Regular Expressions for Regular Folk +# [Regular Expressions for Regular Folk](https://refrf.shreyasminocha.me) ![Node CI](https://github.com/shreyasminocha/regex-for-regular-folk/workflows/Node%20CI/badge.svg) This is an experimental “book” about regular expressions. It is largely _visual_ and _example-based_, as opposed to most regex resources I found while I was learning. I also attempted to choose test cases that highlight some common gotchas. I think it’ll be worth your time. -![Screenshot from /chapters/escapes](https://raw.githubusercontent.com/shreyasminocha/regex-for-regular-folk/master/static/images/screenshot.jpg) +[![Screenshot from /chapters/escapes](https://raw.githubusercontent.com/shreyasminocha/regex-for-regular-folk/master/static/images/screenshot.jpg)](https://refrf.shreyasminocha.me) This book’s intended audience is _regex beginners_. Some programming experience is assumed. It does not go into advanced regex concepts like engine backtracking and recursive regexes—at least not at the moment. This is also an open source project, and contributions are welcome. +[Read it online](https://refrf.shreyasminocha.me). + ## Contributing Thanks for taking the initiative to contribute to REFRF! 🎉