Skip to content

Commit

Permalink
Add site links to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasminocha committed May 1, 2020
1 parent 607987f commit 10c9c59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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! 🎉
Expand Down

1 comment on commit 10c9c59

@vercel
Copy link

@vercel vercel bot commented on 10c9c59 May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.