diff --git a/README.md b/README.md index 681d6f0..1c8264a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ## Summary This is a KISS/YAGNI regex validator. Supports 95% of commonly used regex syntax. -It is faster in matching than the original C `reg_exec`. Also excluding compilation (`reg_comp`). -Original concept is from Rob Pike and mentioned in the book "Beautiful Code" written by Andy Oram and Greg Wilson. + - It is faster in matching than the original C `reg_exec`. Also excluding compilation (`reg_comp`). + - Original concept is from Rob Pike and mentioned in the book "Beautiful Code" written by Andy Oram and Greg Wilson. ## Supported functions Support for: