From 01f4c50c24dd89b882bf28c359314eeae2c7a315 Mon Sep 17 00:00:00 2001 From: Tyler Date: Fri, 26 Dec 2014 15:38:44 -0500 Subject: [PATCH] used hack --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 9977883..028d525 100644 --- a/README.Rmd +++ b/README.Rmd @@ -8,7 +8,7 @@ > One of the most powerful tools in writing maintainable code is break large methods into well-named smaller methods - a technique Kent Beck refers to as the Composed Method pattern. -                                                            [-Martin Fowler-](http://martinfowler.com/bliki/ComposedRegex.html) +                                                                                                    [-Martin Fowler-](http://martinfowler.com/bliki/ComposedRegex.html) [regexr](http://trinker.github.com/regexr_dev) is an R framework for constructing human readable regular expressions. It aims to provide tools that enable the user to write regular expressions in a way that is similar to the ways R code is written. The tools allow the user to: diff --git a/README.md b/README.md index 1c61e83..cd59683 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ > One of the most powerful tools in writing maintainable code is break large methods into well-named smaller methods - a technique Kent Beck refers to as the Composed Method pattern. -                                                            [-Martin Fowler-](http://martinfowler.com/bliki/ComposedRegex.html) +                                                                                                    [-Martin Fowler-](http://martinfowler.com/bliki/ComposedRegex.html) [regexr](http://trinker.github.com/regexr_dev) is an R framework for constructing human readable regular expressions. It aims to provide tools that enable the user to write regular expressions in a way that is similar to the ways R code is written. The tools allow the user to: