README.md in ule_page-0.0.3 vs README.md in ule_page-0.0.4
- old
+ new
@@ -1,6 +1,11 @@
# UlePage
+[](https://badge.fury.io/rb/ule_page)
+[](https://travis-ci.org/jerecui/ule_page)
+[](https://coveralls.io/r/jerecui/ule_page?branch=master)
+[](http://opensource.org/licenses/MIT)
+
Welcome to UlePage gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/ule_page`. To experiment with that code, run `bin/console` for an interactive prompt.
Using UlePage, you can define page model object easily and the gem can match the current url to the specific page model with 'pg' method. e.g.
```ruby
module Page