From acffc7eb0c8862607cdf21147a0c917331fd7139 Mon Sep 17 00:00:00 2001 From: Waldyr de Souza Date: Fri, 29 Apr 2016 13:38:38 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 53e7b74..acca3c1 100644 --- a/README.md +++ b/README.md @@ -161,15 +161,16 @@ This is `ataru_setup.rb` file for an imaginary gem `my_fancy_lib`, where instanc require 'my_fancy_lib' module Setup -def setup - @number = 21 -end - -def teardown -end - -def number - 12 + def setup + @number = 21 + end + + def teardown + end + + def number + 12 + end end ``` @@ -197,8 +198,8 @@ Save the file. ## Contributing -1. Fork it ( http://github.com//ataru/fork ) +1. Fork it (i.e. http://github.com/ataru/fork) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) -5. Create new Pull Request` +5. Create new Pull Request From 2f7679a763eca403b1293c930eac4ef489e0b0b7 Mon Sep 17 00:00:00 2001 From: Waldyr de Souza Date: Fri, 29 Apr 2016 14:34:40 -0300 Subject: [PATCH 2/2] Remove from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acca3c1..939700b 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ Save the file. ## Contributing -1. Fork it (i.e. http://github.com/ataru/fork) +1. Fork it (i.e. http://github.com/ataru/fork) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`)