README.md in messages_dictionary-0.1.3.2 vs README.md in messages_dictionary-1.0.0
- old
+ new
@@ -7,10 +7,12 @@
This gem started as an educational project for my student. The idea behind this gem is to organize
various messages in a simple key-value format that can be fetched later. Messages support interpolation,
can be stored inside files or passed as hashes (nested hashes are supported as well). Custom fetching rules
can be specified as well.
+[Here is my article](https://www.sitepoint.com/learn-ruby-metaprogramming-for-great-good/) describing how this gem was actually written.
+
Install it
gem install messages_dictionary
and refer to the next sections to see it in action.
@@ -256,6 +258,6 @@
## License
Licensed under the [MIT License](https://github.com/bodrovis-learning/messages_dictionary/blob/master/LICENSE).
-Copyright (c) 2016 [Ilya Bodrov](http://radiant-wind.com)
+Copyright (c) 2016 [Ilya Bodrov](http://bodrovis.tech)
\ No newline at end of file