From de7a7ab73524b4514dd0b006d533ee63856378d7 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Mon, 5 Sep 2016 18:39:33 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7444e8..28dd3a5 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Everyone who contributed to it in the rails repository. Contributing ============ -1. Fork it ( http://github.com/*my-github-username*/memoist/fork ) +1. Fork it ( http://github.com/matthewrudy/memoist/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`) From 0196f33c76255d0a010a77a9263ffbfbb00de824 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Mon, 5 Sep 2016 18:40:36 +0300 Subject: [PATCH 2/2] Use https instead http --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28dd3a5..3c99ac5 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Everyone who contributed to it in the rails repository. Contributing ============ -1. Fork it ( http://github.com/matthewrudy/memoist/fork ) +1. Fork it ( https://github.com/matthewrudy/memoist/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`)