README.md in self_data-1.1.0 vs README.md in self_data-1.2.0
- old
+ new
@@ -1,8 +1,8 @@
# SelfData
-It's like native ruby DATA but you can use it not only for main file.
+It's like native ruby `DATA` but you can use it not only for main file.
For example:
```ruby
# main.rb
@@ -46,6 +46,6 @@
Use `SelfData.read()` to get text or use `SelfData.load(*formats, **options)` to get formatted data (like yaml, xml, erb, etc).
Look at the [lib/self_data/config.rb](https://github.com/umbrellio/self_data/blob/master/lib/self_data/config.rb) for more details.
# Note
-SelfData use caller, it's not fast, that is why you shouldn't use SelfData in loops.
+SelfData uses `caller`, it's not fast, that's why you shouldn't use SelfData in loops.