From 040b916719f773e099625c790fcf17a052d6a48c Mon Sep 17 00:00:00 2001 From: Maarten Claes Date: Thu, 18 Aug 2016 12:30:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12abde8..a8412b0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ gem 'setting_macro' ## Usage -``` +```ruby class Heating extend SettingMacro setting :default_temperature @@ -43,5 +43,5 @@ p Sun.heat_source # => 'nuclear_fusion' ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/setting_macro. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. +Bug reports and pull requests are welcome on GitHub at https://github.com/mcls/setting_macro. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.